chore: sync current WechatHookBot workspace

This commit is contained in:
2026-03-09 15:48:45 +08:00
parent 4016c1e6eb
commit 9119e2307d
195 changed files with 24438 additions and 17498 deletions

View File

@@ -0,0 +1,32 @@
# 鹿打卡插件配置
[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] # 鹿数量颜色