mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-06 13:08:17 +08:00
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"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"
|
|
}
|