12 lines
458 B
JSON
Raw Normal View History

2025-12-19 09:46:56 +08:00
{
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"usingComponents": {
"cc-scroll-loading": "../../common/components/cc-scroll-loading/cc-scroll-loading",
"cc-root-view": "../../common/components/cc-root-view/cc-root-view",
"my-class-ification": "./components/Classification",
2026-01-30 09:54:46 +08:00
"my-header-title": "./components/HeaderTitle",
2025-12-19 09:46:56 +08:00
"my-show-data": "./components/ShowData",
"my-to-de-done": "./components/ToDeDone"
}
}