修改中1

This commit is contained in:
qsc
2026-07-28 22:24:35 +08:00
parent a555f785ba
commit 08c62f8bee
2 changed files with 230 additions and 149 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ class Jx3ApiPlugin(Star):
# SQLite插件路径
self.plugin_data_path = self.plugin_data_dir /"plugin_data.db"
# API配置文件路径
self.api_data_path = self.plugin_data_dir / "api_config.json"
self.api_data_path = self.plugin_data_dir / "jx3api_config.json"
# 图片文件路径
self.plugin_temp_img = self.plugin_temp_dir / "img"
self.plugin_temp_sect = self.plugin_temp_dir / "sect"