更新WebUI

This commit is contained in:
Eric-Terminal
2025-10-22 13:50:25 +08:00
parent 3cfbf7ed68
commit 043d2c6890
16 changed files with 1567 additions and 101 deletions

View File

@@ -9,12 +9,11 @@ import logging
import webbrowser
from config_manager import ConfigManager
from api_services import ApiService, DEFAULT_LLM_PROMPT_TEMPLATE, check_for_updates
from version import CURRENT_VERSION
# 配置日志记录器
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
CURRENT_VERSION = "3.2.0"
class AboutDialog(tk.Toplevel):
"""“关于”对话框,展示应用信息,支持滚动查看。"""
def __init__(self, parent, config_manager: ConfigManager):