-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages.json
137 lines (137 loc) · 2.36 KB
/
pages.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"pages": [{
"path": "pages/front/news",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/front/detail",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/front/links",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/front/tools",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/front/webview",
"style": {
"topWindow": false,
"leftWindow": false,
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/front/project",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/error/404",
"style": {
"topWindow": false,
"leftWindow": false,
"navigationStyle": "custom"
}
}],
"subPackages": [{
"root": "pages/admin",
"pages": [{
"path": "login",
"style": {
"topWindow": false,
"leftWindow": false,
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "index",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "posts",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "writing",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "categorys",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "labels",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}, {
"path": "links",
"style": {
"rightWindow": false,
"navigationStyle": "custom"
}
}]
}],
"topWindow": {
"path": "windows/topWindow",
"style": {
"height": "60px"
},
"matchMedia": {
"minWidth": 0
}
},
"leftWindow": {
"path": "windows/leftWindow",
"style": {
"width": "0"
},
"matchMedia": {
"minWidth": 0
}
},
"rightWindow": {
"path": "windows/rightWindow",
"style": {
"width": "0"
},
"matchMedia": {
"minWidth": 0
}
},
"easycom": {
"autoscan": true
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "海宝的博客",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}