application [child-coding-miniapp] view page [pages/index] development

This commit is contained in:
NVWA Code Agent
2026-01-05 06:46:45 +00:00
parent a533dd276c
commit 7441e65b42
5 changed files with 1153 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
{
"pages": [ // pages数组中第一项表示应用启动页
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/home",
"style": {