Files
MiniProgram/ProjectLiaisonForm/pages/drawer/drawer.json

11 lines
218 B
JSON
Raw Normal View History

2025-08-15 14:05:08 +08:00
{
"navigationBarTitleText": "Drawer",
"navigationBarBackgroundColor": "#fff",
"usingComponents": {
"base": "./base",
"title": "./title",
"icon-drawer": "./icon-drawer",
"footer": "./footer"
}
}