From 38267640c373336870dfd80ecd50781f0420379f Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Wed, 22 Oct 2025 15:04:00 +0800 Subject: [PATCH] [skip ci] Update version to v1.5.46 --- config.py | 4 ++-- version_history.json | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 238defc..95b905a 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@ import json # 用于将令牌保存为 JSON 格式 # 后端服务器配置 # BACKEND_HOST = "192.168.5.233" # BACKEND_HOST = "192.168.5.106" -BACKEND_HOST = "192.168.5.12" +BACKEND_HOST = "192.168.5.140" # BACKEND_HOST = "shuidrop.com" # BACKEND_HOST = "test.shuidrop.com" BACKEND_PORT = "8000" @@ -43,7 +43,7 @@ VERSION = "1.0" WINDOW_TITLE = "AI回复连接入口-V1.0" # 应用版本号(用于版本检查) -APP_VERSION = "1.5.45" +APP_VERSION = "1.5.46" # 平台特定配置 PLATFORMS = { diff --git a/version_history.json b/version_history.json index 25eee31..5381afd 100644 --- a/version_history.json +++ b/version_history.json @@ -1,4 +1,20 @@ [ + { + "version": "1.5.46", + "update_type": "patch", + "content": "[skip ci] Update version to v1.5.45", + "author": "Gitea Actions Bot", + "commit_hash": "099c3e2db2b367b575477578eb46b018972925ac", + "commit_short_hash": "099c3e2d", + "branch": "develop", + "release_time": "2025-10-22 14:50:54", + "download_url": "https://shuidrop-chat-server.ks3-cn-guangzhou.ksyuncs.com/installers/ShuiDi_AI_Assistant_Setup_v1.5.46.exe", + "stats": { + "files_changed": 2, + "lines_added": 18, + "lines_deleted": 2 + } + }, { "version": "1.5.45", "update_type": "patch",