From 9c58b289a208b5d3127497675784cf86e45ff0dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Sun, 27 Jul 2025 14:42:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E5=BC=80=E6=BA=90=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=BA=93-=E5=90=8D=E7=A7=B0=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E5=9B=BD=E5=AE=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- README.md | 2 +- index.html | 2 +- src/components/LoginModal/index.vue | 6 +++--- src/utils/hooks/useTitle.ts | 2 +- src/views/Jyh/Home/index.vue | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 75b0861..f860139 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '国家可信开源代码库' +VITE_APP_TITLE = '可信开源代码库' VITE_TEST_REPOID = 34 VITE_SECRET_KEY = 'SA!nUNPZ5o!OSV&B' diff --git a/README.md b/README.md index 23918cc..3464a0a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 国家可信开源代码库 +# 可信开源代码库 架构:基于[create-vue](https://github.com/vuejs/create-vue)构建(vite+vue3+pinia+scss) 组件库:[Vue DevUI](https://vue-devui.github.io/) diff --git a/index.html b/index.html index a11d7f1..c46e660 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - 国家可信开源代码库 + 可信开源代码库