From 55c5df2c5f004103db9d3ce41ccfd258289181dd Mon Sep 17 00:00:00 2001 From: neavo Date: Fri, 6 Dec 2024 13:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20-=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin_Scripts/PunctuationFixer/PunctuationFixer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py b/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py index 28d4288a5..7947d3665 100644 --- a/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py +++ b/Plugin_Scripts/PunctuationFixer/PunctuationFixer.py @@ -20,6 +20,10 @@ class PunctuationFixer(PluginBase): ("\u002d", "\u2014", "\u2015"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — ("\u2014", "\u002d", "\u2015"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — ("\u2015", "\u002d", "\u2014"), # 破折号之间的转换,\u002d = - ,\u2014 = ― ,\u2015 = — + ("<", "<", "《"), + (">", ">", "》"), + ("<", "<", "《"), + (">", ">", "》"), ("「", "‘", "“", "『"), ("」", "’", "”", "』"), ("『", "‘", "“", "「"),