build: 续上,生成自己的这两个文件

This commit is contained in:
菲鸽 2024-03-10 14:36:37 +08:00
parent 9a7c830151
commit 73000e4995

View File

@ -31,8 +31,8 @@
{ {
"iconPath": "static/tabbar/example.png", "iconPath": "static/tabbar/example.png",
"selectedIconPath": "static/tabbar/exampleHL.png", "selectedIconPath": "static/tabbar/exampleHL.png",
"pagePath": "pages/index/about", "pagePath": "pages/index/i18n",
"text": "关于" "text": "多语言"
} }
] ]
}, },
@ -46,10 +46,10 @@
} }
}, },
{ {
"path": "pages/index/about", "path": "pages/index/i18n",
"type": "page", "type": "page",
"style": { "style": {
"navigationBarTitleText": "关于" "navigationBarTitleText": "%app.name%"
} }
} }
], ],