-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
50 lines (50 loc) · 1.46 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"pages": [
"pages/index/index",
"pages/main/main",
"pages/adding_account/account",
"pages/adding_showAcc/showAcc",
"pages/adding_chooseLogo/chooseLogo",
"pages/setting/setting",
"pages/setting_exportPwd/exportPwd",
"pages/setting_importPwd/importPwd",
"pages/setting_clearAllPwd/clearAllPwd",
"pages/setting_resetSoft/resetSoft",
"pages/setting_editPwdRules/editPwdRules",
"pages/setting_modifyUserKey/modifyUserKey",
"pages/setting_help/help",
"pages/setting_about/about",
"pages/setting_showVersion/showVersion",
"pages/setting_advices/advices",
"pages/setting_accountClassify/accountClassify",
"pages/setting_fingerPrint/fingerPrint",
"pages/showAccount/showaccount",
"pages/shareAccount/shareAccount"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#00ADB7",
"navigationBarTitleText": "帐号管理",
"navigationBarTextStyle": "white",
"backgroundColor": "#f8f8f8"
},
"tabBar": {
"list": [
{
"pagePath": "pages/main/main",
"text": "主页",
"selectedIconPath": "images/home.png",
"iconPath": "images/before_home.png"
},
{
"pagePath": "pages/setting/setting",
"text": "设置",
"selectedIconPath": "images/key.png",
"iconPath": "images/before_key.png"
}
],
"color": "#D3D3D3",
"selectedColor": "#00ADB7"
},
"sitemapLocation": "sitemap.json"
}