Files
tk-mini-program/pages.json

35 lines
511 B
JSON
Raw Normal View History

2025-05-12 14:12:36 +08:00
{
2025-05-12 21:23:37 +08:00
"pages": [
{
"path": "pages/Home/Home",
"style": {
"navigationBarTitleText": "首页"
}
},
2025-05-12 14:12:36 +08:00
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {
2025-05-12 21:23:37 +08:00
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
2025-05-12 22:19:21 +08:00
"uniIdRouter": {},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
}
]
}
2025-05-12 14:12:36 +08:00
}