Create uni-app-pages.txt

This commit is contained in:
wangchen147 2025-01-18 13:04:02 +08:00
parent f63f244373
commit 552f5e69b1

View File

@ -0,0 +1,15 @@
// *********************************** {title} ***********************************
{
"root": "addon/{key}",
"pages": [
{
"path": "pages/hello_world/index",
"style": {
// #ifndef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "%{key}.pages.hello_world.index%"
}
},
]
},