From 8e9217711fc909f4a334bf7c4281023e1ee96cc4 Mon Sep 17 00:00:00 2001 From: Yufan Sheng Date: Mon, 9 Dec 2024 10:46:20 +0800 Subject: [PATCH] feat: close the calendar. --- options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.ts b/options.ts index 4801392..4281a14 100644 --- a/options.ts +++ b/options.ts @@ -188,7 +188,7 @@ const options: z.input = { post: 5, comment: 5, tag: 10, - calendar: true, + calendar: false, }, comments: { enable: true,