File tree Expand file tree Collapse file tree 1 file changed +80
-60
lines changed Expand file tree Collapse file tree 1 file changed +80
-60
lines changed Original file line number Diff line number Diff line change 23
23
"umami" : {
24
24
"additionalProperties" : false ,
25
25
"properties" : {
26
+ "endpoint" : {
27
+ "type" : " string"
28
+ },
26
29
"id" : {
27
30
"type" : " string"
28
31
},
32
+ "jsname" : {
33
+ "type" : " string"
34
+ },
29
35
"url" : {
30
36
"type" : " string"
31
37
}
32
38
},
33
39
"required" : [
34
40
" url" ,
35
- " id"
41
+ " id" ,
42
+ " jsname"
36
43
],
37
44
"type" : " object"
38
45
}
39
46
},
40
47
"required" : [
41
- " enable"
48
+ " enable" ,
49
+ " ga" ,
50
+ " baidu" ,
51
+ " umami"
42
52
],
43
53
"type" : " object"
44
54
},
62
72
},
63
73
"link" : {
64
74
"type" : " string"
75
+ },
76
+ "qrcode" : {
77
+ "items" : {
78
+ "type" : " string"
79
+ },
80
+ "type" : " array"
65
81
}
66
82
},
67
83
"required" : [
68
84
" enable" ,
69
- " link"
85
+ " link" ,
86
+ " qrcode"
70
87
],
71
88
"type" : " object"
72
89
},
86
103
"type" : " object"
87
104
}
88
105
},
89
- "required" : [],
106
+ "required" : [
107
+ " analyze" ,
108
+ " donate" ,
109
+ " player" ,
110
+ " banDevtool"
111
+ ],
90
112
"type" : " object"
91
113
},
92
114
"name" : {
111
133
"type" : " string"
112
134
}
113
135
},
114
- "required" : [],
136
+ "required" : [
137
+ " light" ,
138
+ " dark"
139
+ ],
115
140
"type" : " object"
116
141
}
117
142
},
118
- "required" : [],
143
+ "required" : [
144
+ " src" ,
145
+ " position"
146
+ ],
119
147
"type" : " object"
120
148
},
121
149
"custom" : {
146
174
"type" : " string"
147
175
},
148
176
"figure" : {
149
- "anyOf" : [
150
- {
151
- "items" : {
152
- "type" : " string"
153
- },
154
- "type" : " array"
155
- },
156
- {
157
- "type" : " null"
158
- }
159
- ]
177
+ "items" : {
178
+ "type" : " string"
179
+ },
180
+ "type" : " array"
160
181
},
161
182
"footer" : {
162
183
"additionalProperties" : false ,
177
198
"type" : " string"
178
199
}
179
200
},
180
- "required" : [],
201
+ "required" : [
202
+ " light" ,
203
+ " dark"
204
+ ],
181
205
"type" : " object"
182
206
}
183
207
},
184
- "required" : [],
208
+ "required" : [
209
+ " src" ,
210
+ " position"
211
+ ],
185
212
"type" : " object"
186
213
},
187
- "home_page " : {
214
+ "homePage " : {
188
215
"type" : " string"
189
216
},
190
217
"icp" : {
217
244
"type" : " string"
218
245
}
219
246
},
220
- "required" : [],
247
+ "required" : [
248
+ " content" ,
249
+ " author"
250
+ ],
221
251
"type" : " object"
222
252
},
223
253
"navigation" : {
243
273
"type" : " array"
244
274
}
245
275
},
246
- "required" : [],
276
+ "required" : [
277
+ " homePage" ,
278
+ " motto" ,
279
+ " icp" ,
280
+ " background" ,
281
+ " navigation"
282
+ ],
247
283
"type" : " object"
248
284
},
249
285
"header" : {
250
286
"additionalProperties" : false ,
251
287
"properties" : {
252
288
"menu" : {
253
289
"items" : {
254
- "additionalProperties" : false ,
255
- "properties" : {
256
- "icon" : {
257
- "type" : " string"
258
- },
259
- "path" : {
260
- "type" : " string"
261
- },
262
- "subMenu" : {
263
- "items" : {
264
- "$ref" : " #/definitions/interface-types_config.ts-1081-1182-types_config.ts-0-1266"
265
- },
266
- "type" : " array"
267
- },
268
- "title" : {
269
- "type" : " string"
270
- },
271
- "type" : {
272
- "type" : " string"
273
- }
274
- },
275
- "required" : [
276
- " title" ,
277
- " path" ,
278
- " icon"
279
- ],
280
- "type" : " object"
290
+ "$ref" : " #/definitions/Menu"
281
291
},
282
292
"type" : " array"
283
293
}
284
294
},
285
- "required" : [],
295
+ "required" : [
296
+ " menu"
297
+ ],
286
298
"type" : " object"
287
299
},
288
- "logo_svg" : {
289
- "type" : [
290
- " string" ,
291
- " null"
292
- ]
300
+ "logoSvg" : {
301
+ "type" : " string"
293
302
},
294
303
"social" : {
295
304
"items" : {
319
328
"type" : " array"
320
329
}
321
330
},
322
- "required" : [],
331
+ "required" : [
332
+ " favicon" ,
333
+ " header" ,
334
+ " social" ,
335
+ " footer" ,
336
+ " custom" ,
337
+ " background"
338
+ ],
323
339
"type" : " object"
324
340
}
325
341
},
326
- "required" : [],
342
+ "required" : [
343
+ " name" ,
344
+ " site" ,
345
+ " function"
346
+ ],
327
347
"type" : " object"
328
348
},
329
- "interface-types_config.ts-1081-1182-types_config.ts-0-1266 " : {
349
+ "Menu " : {
330
350
"additionalProperties" : false ,
331
351
"properties" : {
332
352
"icon" : {
337
357
},
338
358
"subMenu" : {
339
359
"items" : {
340
- "$ref" : " #/definitions/interface-types_config.ts-1081-1182-types_config.ts-0-1266 "
360
+ "$ref" : " #/definitions/Menu "
341
361
},
342
362
"type" : " array"
343
363
},
356
376
"type" : " object"
357
377
}
358
378
}
359
- }
379
+ }
You can’t perform that action at this time.
0 commit comments