diff --git a/src/BootstrapBlazor.Server/appsettings.Development.json b/src/BootstrapBlazor.Server/appsettings.Development.json index 5a0106a0c33..f28402fb99b 100644 --- a/src/BootstrapBlazor.Server/appsettings.Development.json +++ b/src/BootstrapBlazor.Server/appsettings.Development.json @@ -1,74 +1,9 @@ -{ +{ "DetailedErrors": true, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, "WebsiteOptions": { - "ServerUrl": "http://localhost:5053", - "Themes": [ - { - "key": "bootstrap", - "name": "Bootstrap", - "files": [] - }, - { - "key": "bule", - "name": "蓝色主题", - "files": [ - "./css/blue.css" - ] - }, - { - "key": "ant", - "name": "Ant Design (完善中)", - "files": [ - "./css/ant.css" - ] - }, - { - "key": "layui", - "name": "LayUI (完善中)", - "files": [ - "./css/layui.css" - ] - }, - { - "key": "devui", - "name": "DevUI (制作中)", - "files": [ - "./css/devui.css" - ] - } - ] + "ServerUrl": "http://localhost:5053" }, "BootstrapBlazorOptions": { - "IsPopover": false, - "ToastDelay": 4000, - "MessageDelay": 4000, - "SwalDelay": 4000, - "EnableErrorLogger": false, - "FallbackCulture": "en", - "SupportedCultures": [ - "zh-CN", - "en-US" - ], - "TableSettings": { - "CheckboxColumnWidth": 36 - }, - "IgnoreLocalizerMissing": true, - "StepSettings": { - "Short": "1", - "Int": "1", - "Long": "1", - "Float": "0.1", - "Double": "0.01", - "Decimal": "0.01" - }, - "ContextMenuOptions": { - "OnTouchDelay": 600 - } + "EnableErrorLogger": false } } diff --git a/src/BootstrapBlazor.Server/appsettings.json b/src/BootstrapBlazor.Server/appsettings.json index 683c6079260..3c1994cdc2f 100644 --- a/src/BootstrapBlazor.Server/appsettings.json +++ b/src/BootstrapBlazor.Server/appsettings.json @@ -67,6 +67,9 @@ }, "WebClientOptions": { "EnableIpLocator": true + }, + "ContextMenuOptions": { + "OnTouchDelay": 600 } }, "JuHe": { @@ -74,7 +77,7 @@ }, "WebsiteOptions": { "ServerUrl": "https://www.blazor.zone", - "TargetFrameworks": ["NET6.0", "NET7.0", "NET8.0", "NET9.0", "NET10.0"], + "TargetFrameworks": [ "NET6.0", "NET7.0", "NET8.0", "NET9.0", "NET10.0" ], "Themes": [ { "key": "bootstrap",