9 lines
247 B
JSON
Raw Normal View History

2025-07-15 16:18:34 +08:00
{
"navigationBarTitleText": "个人中心",
2025-08-29 09:51:02 +08:00
"navigationStyle": "custom",
"usingComponents": {
"my-header": "./components/header",
"my-area-functional": "./components/AreaFunctional",
2025-12-15 18:19:04 +08:00
"my-to-be-done": "./components/ToBeDone"
2025-08-29 09:51:02 +08:00
}
2025-07-15 16:18:34 +08:00
}