1
0
forked from bot/app

更改内容:

1. 更新文言文翻译
2. 删除重复的翻译键
3. 重写status缓存机制并black格式化
请注意:未经过本地测试,需要观察者辅助测试,谢谢!
This commit is contained in:
2024-07-14 02:19:57 +08:00
parent bb20d9623d
commit a4c7ee738c
16 changed files with 294 additions and 292 deletions

View File

@ -22,7 +22,7 @@ if get_config("debug", False):
"resources",
)
nonebot.logger.info("Liteyuki Reload is enable, watching for file changes...")
nonebot.logger.info("Liteyuki Reload enabled, watching for file changes...")
class CodeModifiedHandler(FileSystemEventHandler):