Files
tk-mini-program/unpackage/dist/dev/mp-weixin/app.json

24 lines
400 B
JSON
Raw Normal View History

2025-05-12 21:23:37 +08:00
{
"pages": [
"pages/Home/Home",
"pages/index/index"
],
"window": {
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
2025-05-12 22:19:21 +08:00
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
}
]
},
2025-05-12 21:23:37 +08:00
"usingComponents": {}
}