Merge branch 'master-5-27' into master-5-28

This commit is contained in:
Your Name
2026-05-28 14:46:50 +08:00
10 changed files with 8352 additions and 1966 deletions
+13 -3
View File
@@ -143,10 +143,10 @@
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "日常记录",
"navigationBarBackgroundColor": "#0ea5a4",
"navigationBarTitleText": "血糖记录",
"navigationBarBackgroundColor": "#204e2b",
"navigationBarTextStyle": "white",
"backgroundColor": "#f1f5f9",
"backgroundColor": "#faf9f5",
"enablePullDownRefresh": true,
"mp-weixin": {
"usingPlugins": {
@@ -157,6 +157,16 @@
}
}
}
},
{
"path": "pages/more",
"style": {
"navigationBarTitleText": "日常护理",
"navigationBarBackgroundColor": "#204e2b",
"navigationBarTextStyle": "white",
"backgroundColor": "#faf9f5",
"enablePullDownRefresh": true
}
}
]
}