diff --git a/config.py b/config.py index 95b905a..69bce96 100644 --- a/config.py +++ b/config.py @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.46" +APP_VERSION = "1.5.47" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 5381afd..88576eb 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.47", + "update_type": "patch", + "content": "[patch] 修复抖音消息格式 过滤抖音系统消息 失效后发送结构体给后端", + "author": "Gitea Actions Bot", + "commit_hash": "782c56f9b634d05dfd7e913017cf57fdf197ff10", + "commit_short_hash": "782c56f9", + "branch": "develop", + "release_time": "2025-10-22 17:14:33", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.47.exe", + "stats": { + "files_changed": 1, + "lines_added": 92, + "lines_deleted": 7 + } + }, { "version": "1.5.46", "update_type": "patch",