mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"pages": [
|
|
"pages/river/river",
|
|
"pages/action/action",
|
|
"pages/insert/insert"
|
|
],
|
|
"window": {
|
|
"navigationBarBackgroundColor": "@navBgColor",
|
|
"navigationBarTextStyle": "@navTxtStyle",
|
|
"backgroundColor": "@bgColor",
|
|
"backgroundTextStyle": "@bgTxtStyle",
|
|
"backgroundColorTop": "@bgColorTop",
|
|
"backgroundColorBottom": "@bgColorBottom"
|
|
},
|
|
"style": "v2",
|
|
"darkmode": true,
|
|
"themeLocation": "theme.json",
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|