From e093258a86fd053984e6bda69dfc67f65a4c3290 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 19 二月 2025 16:18:06 +0800
Subject: [PATCH] feat: init

---
 apps/h5/src/app.config.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/h5/src/app.config.ts b/apps/h5/src/app.config.ts
index abb7302..b10e3dd 100644
--- a/apps/h5/src/app.config.ts
+++ b/apps/h5/src/app.config.ts
@@ -1,6 +1,6 @@
 export default defineAppConfig({
   entryPagePath: 'pages/home/index',
-  pages: ['pages/home/index',  'pages/mine/index'],
+  pages: ['pages/home/index', 'pages/mine/index'],
   requiredPrivateInfos: ['getLocation'],
   permission: {
     'scope.userLocation': {
@@ -32,13 +32,13 @@
         text: '鎴戠殑',
       },
     ],
-    color: '#000',
-    selectedColor: '#ff6d33',
+    color: '#333',
+    selectedColor: '#3a71ff',
     backgroundColor: '#fff',
     borderStyle: 'black',
     custom: true,
   },
-  lazyCodeLoading: 'requiredComponents', 
+  lazyCodeLoading: 'requiredComponents',
   subpackages: [
     {
       root: 'subpackages/login',

--
Gitblit v1.9.1