Kaynağa Gözat

feat: unibest title

菲鸽 2 yıl önce
ebeveyn
işleme
470f34c689
3 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 1 1
      env/.env
  2. 2 1
      index.html
  3. 1 1
      pages.config.ts

+ 1 - 1
env/.env

@@ -1,4 +1,4 @@
-VITE_APP_TITLE = 'UniBest App'
+VITE_APP_TITLE = 'unibest'
 VITE_APP_PORT = 9000
 
 # github actions 部署地址根路径,用在 manifest.config.ts 里面的 h5.router.base

+ 2 - 1
index.html

@@ -14,10 +14,11 @@
           '" />',
       )
     </script>
-    <title>vue3-uniapp</title>
+    <title>unibest</title>
     <!--preload-links-->
     <!--app-context-->
   </head>
+
   <body>
     <div id="app"><!--app-html--></div>
     <script type="module" src="/src/main.ts"></script>

+ 1 - 1
pages.config.ts

@@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
 export default defineUniPages({
   globalStyle: {
     navigationStyle: 'default',
-    navigationBarTitleText: 'vue3-uniapp',
+    navigationBarTitleText: 'unibest',
     navigationBarBackgroundColor: '#f8f8f8',
     navigationBarTextStyle: 'black',
     backgroundColor: '#FFFFFF',