From ac46c8745801296dc4fa1a508a7b5a2638883dd2 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Fri, 19 Jun 2026 11:38:38 +0800
Subject: [PATCH] Record 7.9.2 build 20260617.2028 release pack

---
 src/Apptag/AppGridCollectionView.swift |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Apptag/AppGridCollectionView.swift b/src/Apptag/AppGridCollectionView.swift
index ae2714e..2d41fc4 100644
--- a/src/Apptag/AppGridCollectionView.swift
+++ b/src/Apptag/AppGridCollectionView.swift
@@ -1217,7 +1217,7 @@
 
     private func formattedTipDetail(_ text: String) -> String {
         text
-            .replacingOccurrences(of: "\\s*(?:-->|->|>|→|>)\\s*", with: "\n", options: .regularExpression)
+            .replacingOccurrences(of: "\\s*(?:-->|->|>|→|>|,)\\s*", with: "\n", options: .regularExpression)
             .replacingOccurrences(of: "[ \\t]{2,}", with: " ", options: .regularExpression)
             .replacingOccurrences(of: "\\n{2,}", with: "\n", options: .regularExpression)
             .trimmingCharacters(in: .whitespacesAndNewlines)

--
Gitblit v1.9.3