diff --git a/webroot/resource/static/tmpl/addon/package/uni-app-pages.txt b/webroot/resource/static/tmpl/addon/package/uni-app-pages.txt new file mode 100644 index 00000000..c45cee98 --- /dev/null +++ b/webroot/resource/static/tmpl/addon/package/uni-app-pages.txt @@ -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%" + } + }, + ] + }, \ No newline at end of file