1
0
forked from dyf/APP

018A初步完成

This commit is contained in:
liub
2026-04-14 15:19:05 +08:00
parent d82ae6445e
commit 01ff9c7a05
43 changed files with 2626 additions and 892 deletions

View File

@ -180,7 +180,14 @@
{
"path": "pages/common/allShare/index",
"style": {
"navigationBarTitleText": "所有分享"
"navigationBarTitleText": "所有分享",
"app-plus": {
"pullToRefresh": {
"support": false, // 开启下拉刷新
"color": "#FF5500", // 刷新图标颜色,仅 circle 样式支持
"style": "default" // 可选 "default" 或 "circle"
}
}
}
},
@ -466,6 +473,18 @@
"navigationStyle": "custom",
"navigationBarTitleText": "HBY210"
}
},
{
"path": "pages/common/sosSet/TxtMsgSetting",
"style": {
"navigationBarTitleText": "短信设置"
}
},
{
"path": "pages/common/sosSet/LinkManSetting",
"style": {
"navigationBarTitleText": "紧急联系人"
}
}
],