From b6ffdc674e6b30fcc5ceb4de96ed7d72c29118bc Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:57:11 +0800 Subject: [PATCH] add template configuration --- config/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/config.json diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..9638a34 --- /dev/null +++ b/config/config.json @@ -0,0 +1,4 @@ +{ + "enabled": [], + "disabled": [] +}