增加 常用服务查询及修改

This commit is contained in:
xuli3099
2025-08-01 18:12:36 +08:00
parent 909187a569
commit 540f513e82
16 changed files with 735 additions and 125 deletions

View File

@@ -28,13 +28,25 @@
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": ""
"navigationBarTitleText": "",
"renderer": "native", // 实验性选项,可能提升性能
"hardwareAccelerated": true // 启用 GPU 加速
}
},
{
"path": "pages/business/business",
"style": {
"navigationBarTitleText": ""
"navigationBarTitleText": "",
"renderer": "native", // 实验性选项,可能提升性能
"hardwareAccelerated": true // 启用 GPU 加速
}
},
{
"path": "pages/business/editDaily",
"style": {
"navigationBarTitleText": "",
"renderer": "native", // 实验性选项,可能提升性能
"hardwareAccelerated": true // 启用 GPU 加速
}
},
{
@@ -103,6 +115,14 @@
},
{
"path": "pages/userinfo/userinfo",
"style": {
"navigationBarTitleText": "",
"renderer": "native", // 实验性选项,可能提升性能
"hardwareAccelerated": true // 启用 GPU 加速
}
},
{
"path": "pages/userinfo/version",
"style": {
"navigationBarTitleText": ""
}