From 1ce71374acbf6c37983ce7a97852ea4bc589c01e Mon Sep 17 00:00:00 2001 From: GeekMaster Date: Thu, 8 May 2025 13:38:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7v4?= =?UTF-8?q?.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/.env.development | 2 +- web/.env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.development b/web/.env.development index a680a658..d681c62c 100644 --- a/web/.env.development +++ b/web/.env.development @@ -6,7 +6,7 @@ VUE_APP_ADMIN_USER=admin VUE_APP_ADMIN_PASS=admin123 VUE_APP_KEY_PREFIX=GeekAI_DEV_ VUE_APP_TITLE="Geek-AI 创作系统" -VUE_APP_VERSION=v4.2.2 +VUE_APP_VERSION=v4.2.3 VUE_APP_DOCS_URL=https://docs.geekai.me VUE_APP_GITHUB_URL=https://github.com/yangjian102621/geekai VUE_APP_GITEE_URL=https://gitee.com/blackfox/geekai diff --git a/web/.env.production b/web/.env.production index 38700eba..fc958bd2 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1,7 +1,7 @@ VUE_APP_API_HOST= VUE_APP_WS_HOST= VUE_APP_KEY_PREFIX=GeekAI_ -VUE_APP_VERSION=v4.2.2 +VUE_APP_VERSION=v4.2.3 VUE_APP_DOCS_URL=https://docs.geekai.me VUE_APP_GITHUB_URL=https://github.com/yangjian102621/geekai VUE_APP_GITEE_URL=https://gitee.com/blackfox/geekai