From 0eac5f0ebdf675c31634dddf26ceb51c993f6471 Mon Sep 17 00:00:00 2001 From: Yu-Core <3105136125@qq.com> Date: Wed, 17 Apr 2024 21:34:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(Setting):=20chang?= =?UTF-8?q?e=20default=20value=20of=20DiaryCardIcon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SwashbucklerDiary.Rcl/wwwroot/json/setting/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SwashbucklerDiary.Rcl/wwwroot/json/setting/settings.json b/src/SwashbucklerDiary.Rcl/wwwroot/json/setting/settings.json index 89c6e397..c03e931e 100644 --- a/src/SwashbucklerDiary.Rcl/wwwroot/json/setting/settings.json +++ b/src/SwashbucklerDiary.Rcl/wwwroot/json/setting/settings.json @@ -14,7 +14,7 @@ "WebDavConfig": "", "WelcomeText": false, "IndexDate": false, - "DiaryCardIcon": false, + "DiaryCardIcon": true, "AlertTimeout": 3000, "WebDAVCopyResources": false, "DiaryCardDateFormat": "MM/dd",