Files
tk-mini-program/unpackage/dist/dev/mp-weixin/app.json
pengxiaolong c45c7c4de1 tabber
2025-05-12 22:19:21 +08:00

24 lines
400 B
JSON

{
"pages": [
"pages/Home/Home",
"pages/index/index"
],
"window": {
"navigationStyle": "custom",
"statusBarBackground": "#ffffff"
},
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/Home/Home",
"text": "组件"
},
{
"pagePath": "pages/index/index",
"text": "API"
}
]
},
"usingComponents": {}
}