-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathapp.json
27 lines (27 loc) · 850 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"pages": [
"pages/index/index",
"pages/input/input",
"pages/start/start",
"pages/help/help",
"pages/errors/505/505"
],
"window": {
"navigationBarBackgroundColor": "@navigationBarBackgroundColor",
"navigationBarTitleText": "身份验证器",
"backgroundColor": "@backgroundColor",
"backgroundTextStyle": "@backgroundTextStyle",
"navigationStyle": "custom",
"navigationBarTextStyle": "@navigationBarTextStyle"
},
"usingComponents": {
"header": "/components/header/header",
"timer": "/components/timer/timer",
"select": "/components/select/select"
},
"resizable": true,
"darkmode": true,
"lazyCodeLoading": "requiredComponents",
"themeLocation": "theme.json",
"sitemapLocation": "sitemap.json"
}