剧情简介:增加功能启用开关,因质量airavwiki取繁体简介

This commit is contained in:
lededev
2021-10-31 15:40:39 +08:00
parent 05a0838d86
commit cc0d89805a
4 changed files with 26 additions and 13 deletions

View File

@@ -314,4 +314,6 @@ def special_characters_replacement(text) -> str:
replace('|', 'ǀ'). # U+01C0 LATIN LETTER DENTAL CLICK @ Basic Multilingual Plane
replace('‘', ''). # U+02018 LEFT SINGLE QUOTATION MARK
replace('’', ''). # U+02019 RIGHT SINGLE QUOTATION MARK
replace('&', ''))
replace('&', '').
replace('…','')
)