From e5a64fc322a6ac7963ada30c34b94b4de7ee0da7 Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 28 Feb 2026 14:31:08 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=92=8C=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- pages.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.config.ts b/pages.config.ts index abb0a92..d11eed5 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -4,7 +4,7 @@ import { tabBar } from './src/tabbar/config' export default defineUniPages({ globalStyle: { navigationStyle: 'default', - navigationBarTitleText: '芋道管理系统', + navigationBarTitleText: 'AIOT', navigationBarBackgroundColor: '#f8f8f8', navigationBarTextStyle: 'black', backgroundColor: '#FFFFFF',