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

This commit is contained in:
NVWA Code Agent
2026-01-04 10:33:28 +00:00
parent c667814f94
commit 07bcb0d138
4 changed files with 566 additions and 0 deletions

View File

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