12 lines
394 B
JSON
Raw Normal View History

2025-08-29 09:51:02 +08:00
{
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"usingComponents": {
"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"
}
}