diff --git a/config.py b/config.py index e26ae25..f321566 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.34" +APP_VERSION = "1.5.35" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index df1bfbf..deecccd 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.35", + "update_type": "patch", + "content": "[patch] 新增拼多多处理聊天页商品卡片", + "author": "Gitea Actions Bot", + "commit_hash": "3853b8faf8a55095c133730ce9b080ca3a68b3dd", + "commit_short_hash": "3853b8fa", + "branch": "develop", + "release_time": "2025-10-17 17:05:28", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.35.exe", + "stats": { + "files_changed": 1, + "lines_added": 15, + "lines_deleted": 1 + } + }, { "version": "1.5.34", "update_type": "patch",