diff --git a/env/.env b/env/.env index d6a75f0..d1bbf28 100644 --- a/env/.env +++ b/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 diff --git a/index.html b/index.html index 7a18254..da6d915 100644 --- a/index.html +++ b/index.html @@ -14,10 +14,11 @@ '" />', ) - vue3-uniapp + unibest +
diff --git a/pages.config.ts b/pages.config.ts index 5fccec9..a89d0b8 100644 --- a/pages.config.ts +++ b/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',