From 3bed8a7eb90ca015f6ad5bc957eb53b7a4865a7b Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 27 Nov 2025 21:29:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=96=B0=E5=A2=9E=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- example.config.yaml | 8 ++++++++ src/configs/utils/__init__.py | 0 2 files changed, 8 insertions(+) delete mode 100644 src/configs/utils/__init__.py diff --git a/example.config.yaml b/example.config.yaml index b47af56..a6fcdd8 100644 --- a/example.config.yaml +++ b/example.config.yaml @@ -3,6 +3,11 @@ ####################################### default: "True" # 配置完成后,请将这个字段改为 False +############################ +# Bot基本信息 # +############################ +# 请填写这部分内容 +# 包括获取群成员头像等功能需要此字段 bot: app_id: "" bot_account: "" @@ -37,6 +42,9 @@ mail: ############################ # 三叶草图床设置 # ############################ +# 目前三叶草现成的功能中暂未使用到这些内容 +# 暂时不配置也不会影响使用 +# 如果你希望使用图床,可以调用 src/clover_image/get_image.py 中的现成方法 image_hosting: smms: # sm.ms图床 enabled: 'False' diff --git a/src/configs/utils/__init__.py b/src/configs/utils/__init__.py deleted file mode 100644 index e69de29..0000000