Commit caa0a52 1 parent 9493604 commit caa0a52 Copy full SHA for caa0a52
File tree 3 files changed +36
-10
lines changed
BootstrapBlazor.Shared/Data
3 files changed +36
-10
lines changed Original file line number Diff line number Diff line change 7
7
}
8
8
},
9
9
"WebsiteOptions" : {
10
- "ServerUrl" : " http://localhost:5053"
10
+ "ServerUrl" : " http://localhost:5053" ,
11
+ "Themes" : [
12
+ {
13
+ "key" : " bootstrap" ,
14
+ "name" : " Bootstrap" ,
15
+ "files" : []
16
+ },
17
+ {
18
+ "key" : " bule" ,
19
+ "name" : " 蓝色主题" ,
20
+ "files" : [
21
+ " ./css/blue.css"
22
+ ]
23
+ },
24
+ {
25
+ "key" : " ant" ,
26
+ "name" : " Ant Design (完善中)" ,
27
+ "files" : [
28
+ " ./css/ant.css"
29
+ ]
30
+ },
31
+ {
32
+ "key" : " layui" ,
33
+ "name" : " LayUI (完善中)" ,
34
+ "files" : [
35
+ " ./css/layui.css"
36
+ ]
37
+ },
38
+ {
39
+ "key" : " devui" ,
40
+ "name" : " DevUI (制作中)" ,
41
+ "files" : [
42
+ " ./css/devui.css"
43
+ ]
44
+ }
45
+ ]
11
46
},
12
47
"BootstrapBlazorOptions" : {
13
48
"ToastDelay" : 4000 ,
Original file line number Diff line number Diff line change 75
75
},
76
76
"WebsiteOptions" : {
77
77
"ServerUrl" : " https://www.blazor.zone" ,
78
- "AdminUrl" : " https://admin.blazor.zone" ,
79
- "ImageLibUrl" : " https://imgs.blazor.zone" ,
80
- "WasmUrl" : " https://wasm.blazor.zone" ,
81
- "TotalCount" : 167 ,
82
78
"Themes" : [
83
79
{
84
80
"key" : " bootstrap" ,
Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ public class WebsiteOptions
15
15
/// </summary>
16
16
public string ServerUrl { get ; set ; } = "https://www.blazor.zone" ;
17
17
18
- /// <summary>
19
- ///
20
- /// </summary>
21
- public string WasmUrl { get ; set ; } = "https://wasm.blazor.zone" ;
22
-
23
18
/// <summary>
24
19
///
25
20
/// </summary>
You can’t perform that action at this time.
0 commit comments