From 82d97ab0b489ff92bfadc540fdb2a75a36401777 Mon Sep 17 00:00:00 2001 From: ccnetcore Date: Mon, 2 Feb 2026 23:19:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B43.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Ai.Vue3/src/config/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Ai.Vue3/src/config/version.ts b/Yi.Ai.Vue3/src/config/version.ts index f95b2300..777da068 100644 --- a/Yi.Ai.Vue3/src/config/version.ts +++ b/Yi.Ai.Vue3/src/config/version.ts @@ -6,7 +6,7 @@ */ // 主版本号 - 修改此处即可同步更新所有地方的版本显示 -export const APP_VERSION = '3.6.0'; +export const APP_VERSION = '3.6.1'; // 应用名称 export const APP_NAME = '意心AI';