mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-Nonebot.git
synced 2026-04-01 22:04:51 +00:00
chore(config): 新增注释
This commit is contained in:
parent
99c621251b
commit
3bed8a7eb9
2 changed files with 8 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue