feat(miniprogram): 温润东方风全面 UI 重设计

73 文件变更,覆盖全部 40 个页面 SCSS + TabBar 图标 + 组件样式。
统一赤陶主色 #C4623A + 暖米背景 + 衬线标题字体 + 12px 圆角体系。
This commit is contained in:
iven
2026-04-28 00:19:52 +08:00
parent fbb28e655d
commit 50eae8b809
97 changed files with 7633 additions and 2373 deletions

View File

@@ -43,8 +43,8 @@ export default defineAppConfig({
'pages/device-sync/index',
],
tabBar: {
color: '#94A3B8',
selectedColor: '#0891B2',
color: '#A8A29E',
selectedColor: '#C4623A',
backgroundColor: '#FFFFFF',
borderStyle: 'white',
list: [
@@ -56,9 +56,9 @@ export default defineAppConfig({
],
},
window: {
backgroundTextStyle: 'light',
navigationBarBackgroundColor: '#0891B2',
backgroundTextStyle: 'dark',
navigationBarBackgroundColor: '#FFFFFF',
navigationBarTitleText: '健康管理',
navigationBarTextStyle: 'white',
navigationBarTextStyle: 'black',
},
});