From 032ea2130881aa0a733283b0e67d550ee6cfac6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Sun, 3 Mar 2024 17:06:58 +0800 Subject: [PATCH] feat: unibest title --- index.html | 3 ++- pages.config.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 89b6992..948e11c 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',