chore: 调整等级判断范围

This commit is contained in:
uye
2025-07-28 20:41:05 +08:00
parent 7dc714818d
commit 502e567c7b

View File

@@ -411,7 +411,10 @@
"isAscii": true,
"text": ["nope"],
"postDelay": 500,
"ocrReplace": [["[0-9]", "nope"]]
"ocrReplace": [
["[1/]", ""],
["[0-9]", "nope"]
]
},
"Roguelike@ChooseDifficulty": {
"Doc": "base_task",