Files
WeChatHookBot/plugins/DeerCheckin/config.toml

32 lines
1.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 鹿打卡插件配置
[behavior]
# 功能配置
enabled = true # 是否启用插件
enable_group = true # 是否在群聊中启用
enable_private = true # 是否在私聊中启用
# 群聊过滤配置(可选)
enabled_groups = [ # 启用的群聊列表(留空表示所有群可用)
# "48712602520@chatroom", # 示例群聊ID
]
disabled_groups = [ # 禁用的群聊列表
# "disabled_group@chatroom", # 示例禁用群聊
]
[display]
# 显示配置
calendar_width = 700 # 日历图片宽度
calendar_height = 620 # 日历图片高度
use_custom_font = true # 是否使用自定义字体
font_file = "font.ttf" # 字体文件名放在resources目录下
[colors]
# 颜色配置RGB值
background = [255, 255, 255] # 背景色
header = [50, 50, 50] # 标题颜色
weekday = [100, 100, 100] # 星期标题颜色
day = [80, 80, 80] # 日期颜色
today_bg = [240, 240, 255] # 今天的背景色
checkin_mark = [0, 150, 50] # 打卡标记颜色
deer_count = [139, 69, 19] # 鹿数量颜色