mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 04:42:42 +08:00
增加微信小程序版
This commit is contained in:
19
liferestartWX/app.json
Normal file
19
liferestartWX/app.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"pages":[
|
||||
"pages/index",
|
||||
"pages/talents",
|
||||
"pages/summary",
|
||||
"pages/trajectory",
|
||||
"pages/property",
|
||||
"pages/ranking"
|
||||
],
|
||||
"window":{
|
||||
"backgroundColor": "#000",
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#F6F6F6",
|
||||
"navigationBarTitleText": "人生重开模拟器",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"style": "v2",
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user