From 3d57bc4847f47b07bf901b755e937300a7a41eb4 Mon Sep 17 00:00:00 2001 From: cenfusheng <52312717+cenfusheng@users.noreply.github.com> Date: Sat, 19 Aug 2023 21:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B9=B4=E7=9A=84?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 顺便给我之前修的排个序 --- resource/tasks.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resource/tasks.json b/resource/tasks.json index 58635a0fc4..0d88dd6d54 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -2603,6 +2603,14 @@ "^<", "" ], + [ + "^《~", + "" + ], + [ + "^《", + "" + ], [ "^令.+", "令" @@ -2699,13 +2707,13 @@ "^煌.*", "煌" ], - [ - "^《", - "" - ], [ ".*甜蜜狂搅.*", "“甜蜜狂搅”" + ], + [ + "^年.?$", + "年" ] ] }, @@ -13410,4 +13418,4 @@ ], "postDelay": 2000 } -} \ No newline at end of file +}