每日运势小程序

This commit is contained in:
cjd
2025-11-09 18:41:07 +08:00
parent 1cc0241cda
commit abd82782af
34 changed files with 2204 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"pages": [
"pages/home/index",
"pages/result/index",
"pages/history/index",
"pages/history-detail/index"
],
"window": {
"navigationStyle": "custom",
"backgroundColor": "#090b1a",
"backgroundTextStyle": "light"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}