From 876fda38ad1f52168c2e28db140012fc55083c80 Mon Sep 17 00:00:00 2001 From: nicklly <1134741727@qq.com> Date: Fri, 27 May 2022 21:17:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E5=A4=9A=E4=BD=99config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/modules.xml | 8 ++++++++ Paimon_Calender/calendar_config.py | 11 ----------- 2 files changed, 8 insertions(+), 11 deletions(-) create mode 100644 .idea/modules.xml delete mode 100644 Paimon_Calender/calendar_config.py diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..ac26fb9 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Paimon_Calender/calendar_config.py b/Paimon_Calender/calendar_config.py deleted file mode 100644 index dcdf8a8..0000000 --- a/Paimon_Calender/calendar_config.py +++ /dev/null @@ -1,11 +0,0 @@ -from pydantic import BaseModel -from nonebot import get_driver -from typing import List - - - -class PluginConfig(BaseModel): - enable_group: List[int] = [] - - -config: PluginConfig = PluginConfig.parse_obj(get_driver().config.dict())