Files
WXProgram/miniprogram/pages/staff/employee-dashboard.json

10 lines
283 B
JSON
Raw Normal View History

2025-10-19 23:38:54 +08:00
{
"navigationBarTitleText": "工作面板",
"navigationBarBackgroundColor": "#4ecdc4",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f9fa",
"backgroundTextStyle": "dark",
"enablePullDownRefresh": true,
"disableScroll": false,
"onReachBottomDistance": 50
}