Initial commit: 婚礼请柬微信小程序(代码)

This commit is contained in:
admin
2026-04-23 16:31:17 +08:00
commit 854c9cbca7
16 changed files with 765 additions and 0 deletions

18
pages.json Normal file
View File

@@ -0,0 +1,18 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "婚礼请柬",
"navigationBarBackgroundColor": "#faf6f0",
"navigationBarTextStyle": "black"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "婚礼请柬",
"navigationBarBackgroundColor": "#faf6f0",
"backgroundColor": "#faf6f0"
}
}