Skip to content

Commit 658476d

Browse files
authored
chore(appsettings): update appsettings.json config (#7858)
1 parent fb01ac1 commit 658476d

File tree

2 files changed

+7
-69
lines changed

2 files changed

+7
-69
lines changed
Lines changed: 3 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,9 @@
1-
{
1+
{
22
"DetailedErrors": true,
3-
"Logging": {
4-
"LogLevel": {
5-
"Default": "Information",
6-
"Microsoft.AspNetCore": "Warning"
7-
}
8-
},
93
"WebsiteOptions": {
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-
]
4+
"ServerUrl": "http://localhost:5053"
465
},
476
"BootstrapBlazorOptions": {
48-
"IsPopover": false,
49-
"ToastDelay": 4000,
50-
"MessageDelay": 4000,
51-
"SwalDelay": 4000,
52-
"EnableErrorLogger": false,
53-
"FallbackCulture": "en",
54-
"SupportedCultures": [
55-
"zh-CN",
56-
"en-US"
57-
],
58-
"TableSettings": {
59-
"CheckboxColumnWidth": 36
60-
},
61-
"IgnoreLocalizerMissing": true,
62-
"StepSettings": {
63-
"Short": "1",
64-
"Int": "1",
65-
"Long": "1",
66-
"Float": "0.1",
67-
"Double": "0.01",
68-
"Decimal": "0.01"
69-
},
70-
"ContextMenuOptions": {
71-
"OnTouchDelay": 600
72-
}
7+
"EnableErrorLogger": false
738
}
749
}

src/BootstrapBlazor.Server/appsettings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,17 @@
6767
},
6868
"WebClientOptions": {
6969
"EnableIpLocator": true
70+
},
71+
"ContextMenuOptions": {
72+
"OnTouchDelay": 600
7073
}
7174
},
7275
"JuHe": {
7376
"IpLocatorKey": ""
7477
},
7578
"WebsiteOptions": {
7679
"ServerUrl": "https://www.blazor.zone",
77-
"TargetFrameworks": ["NET6.0", "NET7.0", "NET8.0", "NET9.0", "NET10.0"],
80+
"TargetFrameworks": [ "NET6.0", "NET7.0", "NET8.0", "NET9.0", "NET10.0" ],
7881
"Themes": [
7982
{
8083
"key": "bootstrap",

0 commit comments

Comments
 (0)