mirror of
https://github.com/ChuXunYu/warOfCoins.git
synced 2026-01-31 00:21:26 +00:00
Initial commit
This commit is contained in:
15
app.json
Normal file
15
app.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/strategy/strategy",
|
||||
"pages/result/result"
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#8B0000",
|
||||
"navigationBarTitleText": "边币战争",
|
||||
"navigationBarTextStyle": "white"
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user