瀏覽代碼

mod:更改名称

闪电 10 月之前
父節點
當前提交
96edad8665
共有 9 個文件被更改,包括 10 次插入10 次删除
  1. 1 1
      .env.development
  2. 1 1
      .env.production
  3. 1 1
      .env.staging
  4. 1 1
      .env.zzprod
  5. 1 1
      README.md
  6. 1 1
      index.html
  7. 1 1
      package.json
  8. 1 1
      src/components/main/Sidebar/Logo.vue
  9. 2 2
      src/views/login/login.vue

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
1 1
 # 页面标题
2
-VITE_APP_TITLE = 智能客服中心
2
+VITE_APP_TITLE = 12356心理援助热线
3 3
 
4 4
 # 开发环境配置
5 5
 VITE_APP_ENV = 'development'

+ 1 - 1
.env.production

@@ -1,5 +1,5 @@
1 1
 # 页面标题
2
-VITE_APP_TITLE = 智能客服中心
2
+VITE_APP_TITLE = 12356心理援助热线
3 3
 
4 4
 # 生产环境配置
5 5
 VITE_APP_ENV = 'production'

+ 1 - 1
.env.staging

@@ -1,5 +1,5 @@
1 1
 # 页面标题
2
-VITE_APP_TITLE = 智能客服中心
2
+VITE_APP_TITLE = 12356心理援助热线
3 3
 
4 4
 # 生产环境配置
5 5
 VITE_APP_ENV = 'staging'

+ 1 - 1
.env.zzprod

@@ -1,5 +1,5 @@
1 1
 # 页面标题
2
-VITE_APP_TITLE = 智能客服中心
2
+VITE_APP_TITLE = 12356心理援助热线
3 3
 
4 4
 # 生产环境配置
5 5
 VITE_APP_ENV = 'zzprod'

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
1 1
 
2
-<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">智能客服中心</h1>
2
+<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">12356心理援助热线</h1>
3 3
 
4 4
 ## 前端运行
5 5
 

+ 1 - 1
index.html

@@ -9,7 +9,7 @@
9 9
       content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
10 10
     />
11 11
     <!-- <link rel="icon" href="/favicon.ico" /> -->
12
-    <title>智能客服中心</title>
12
+    <title>12356心理援助热线</title>
13 13
     <!--[if lt IE 11
14 14
       ]><script>
15 15
         window.location.href = '/html/ie.html'

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
5 5
   "author": "加一",
6 6
   "license": "MIT",
7 7
   "scripts": {
8
-    "dev": "vite",
8
+    "dev": "vite --mode zzprod",
9 9
     "css": "npx tailwindcss -i ./src/style.css -o ./src/assets/style.css --watch",
10 10
     "build:prod": "vite build",
11 11
     "build:bayuan": "vite build --mode zzprod",

+ 1 - 1
src/components/main/Sidebar/Logo.vue

@@ -62,7 +62,7 @@ defineProps({
62 62
   }
63 63
 })
64 64
 
65
-const title = ref('智能客服中心')
65
+const title = ref('12356心理援助热线')
66 66
 const settingsStore = useSettingsStore()
67 67
 const sideTheme = computed(() => settingsStore.sideTheme)
68 68
 </script>

+ 2 - 2
src/views/login/login.vue

@@ -8,7 +8,7 @@
8 8
         :src="loginImage" alt="背景图" />  
9 9
       <div class="relative z-10 flex flex-col h-full p-12 text-white">
10 10
         <div class="mb-12">
11
-          <h1 class="text-3xl font-bold mb-2">智能客服中心</h1>
11
+          <h1 class="text-3xl font-bold mb-2">12356心理援助热线</h1>
12 12
           <p class="text-lg opacity-80">全方位的客户服务解决方案</p>
13 13
         </div>
14 14
         <div class="mt-auto">
@@ -61,7 +61,7 @@
61 61
 
62 62
         <!-- 底部信息 -->
63 63
         <div class="mt-12 text-center text-gray-500 text-sm">
64
-          <p>智能客服中心 v2.0.1</p>
64
+          <p>12356心理援助热线 v2.0.1</p>
65 65
           <p class="mt-2">© 2024 All Rights Reserved</p>
66 66
         </div>
67 67
       </div>