修改日志/细节问题

This commit is contained in:
xinzhu.yin
2026-04-21 16:03:11 +08:00
parent e27312d0a3
commit 9a2ac69afb
14 changed files with 230 additions and 144 deletions

View File

@@ -78,7 +78,7 @@ def clear_config_file(self):
self.log_gui.log("配置文件不存在", level="error")
except Exception as e:
messagebox.showerror("错误", "[Error] 清理失败")
self.log_gui.log(f"[Error] 配置文件清理失败: {str(e)}", level="error")
messagebox.showerror("错误", "清理失败")
self.log_gui.log(f"配置文件清理失败: {str(e)}", level="error")