Files
shoot-miniprograms/src/pages.json

23 lines
569 B
JSON
Raw Normal View History

2025-04-10 11:11:46 +08:00
{
"pages": [
{
"path": "pages/index",
2025-05-01 16:17:51 +08:00
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
2025-04-10 11:11:46 +08:00
}
],
"globalStyle": {
"backgroundColor": "@bgColor",
"backgroundColorBottom": "@bgColorBottom",
"backgroundColorTop": "@bgColorTop",
"backgroundTextStyle": "@bgTxtStyle",
"navigationBarBackgroundColor": "#000000",
"navigationBarTextStyle": "@navTxtStyle",
"navigationBarTitleText": "Uni Creator",
"navigationStyle": "custom"
},
"subPackages": []
}