From 9f07808807c103bdb888bd5a1ff664a930b75d5e Mon Sep 17 00:00:00 2001 From: luckyasme <807254037@qq.com> Date: Tue, 1 Jul 2025 10:48:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/.vitepress/src/stores/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/.vitepress/src/stores/common.ts b/app/.vitepress/src/stores/common.ts index b70032781..ba2ff2a11 100644 --- a/app/.vitepress/src/stores/common.ts +++ b/app/.vitepress/src/stores/common.ts @@ -32,7 +32,7 @@ export const useSearchingStore = defineStore('isSearching', { keyword: '', isLoading: false, currentPage: 1, - version: '25.03', // 文档当前版本 + version: '24.03_LTS_SP2', // 文档当前版本 }; }, actions: { -- Gitee