13 lines
445 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",
2025-07-15 16:18:34 +08:00
"usingComponents": {
2025-08-29 09:51:02 +08:00
"my-news-list": "./components/NewsList",
"my-page-head-title": "./components/PageHeadTitle",
"my-page-banner": "./components/PageBanner",
"my-classification": "./components/Classification",
"my-ai-input": "./components/AiInput",
"my-event-list": "./components/EventList",
"my-modal-server": "./components/ModalServer"
2025-07-15 16:18:34 +08:00
}
}