diff --git a/src/plugins/utils/typo_generator.py b/src/plugins/utils/typo_generator.py index 9718062c8..80da6c28a 100644 --- a/src/plugins/utils/typo_generator.py +++ b/src/plugins/utils/typo_generator.py @@ -47,7 +47,7 @@ class ChineseTypoGenerator: """ 加载或创建汉字频率字典 """ - cache_file = Path("char_frequency.json") + cache_file = Path("depends-data/char_frequency.json") # 如果缓存文件存在,直接加载 if cache_file.exists():