[修复] 书签内容尾端出现非自改颜文字及文字 #584

This commit is contained in:
HapeLee
2026-01-24 03:00:53 +08:00
parent e7020265fb
commit f2dd0c741e
@@ -1754,7 +1754,7 @@ class ReadBookActivity : BaseReadBookActivity(),
chapterIndex = ReadBook.durChapterIndex
chapterPos = ReadBook.durChapterPos
chapterName = page.title
bookText = page.text.trim()
bookText = page.text.replace(Regex("[袮꧁]"), "").trim()
}
showDialogFragment(BookmarkDialog(bookmark))
}