fix: 修复年的识别问题 (#5992)

顺便给我之前修的排个序
This commit is contained in:
cenfusheng
2023-08-19 21:54:58 +08:00
committed by GitHub

View File

@@ -2603,6 +2603,14 @@
"^<",
""
],
[
"^《~",
""
],
[
"^《",
""
],
[
"^令.+",
"令"
@@ -2699,13 +2707,13 @@
"^煌.*",
"煌"
],
[
"^《",
""
],
[
".*甜蜜狂搅.*",
"“甜蜜狂搅”"
],
[
"^年.?$",
"年"
]
]
},
@@ -13410,4 +13418,4 @@
],
"postDelay": 2000
}
}
}