12 lines
458 B
JSON
Raw Normal View History

2025-07-08 16:49:39 +08:00
{
"navigationBarTitleText": "首页",
2025-12-15 18:27:46 +08:00
"navigationStyle": "custom",
2025-07-08 16:49:39 +08:00
"usingComponents": {
2025-12-15 18:27:46 +08:00
"cc-scroll-loading": "../../common/components/cc-scroll-loading/cc-scroll-loading",
"cc-root-view": "../../common/components/cc-root-view/cc-root-view",
"my-header-title": "./components/HeaderTitle",
"my-class-ification": "./components/Classification",
"my-show-data": "./components/ShowData",
"my-to-de-done": "./components/ToDeDone"
2025-07-08 16:49:39 +08:00
}
}