mirror of
https://gitee.com/houhuan/TrendRadar.git
synced 2026-05-01 00:12:42 +08:00
v3.4.1: Bark 支持 Markdown。提升所有分批估算精确度
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ notification:
|
||||
enable_notification: true # 是否启用通知功能,如果 false,则不发送手机通知
|
||||
message_batch_size: 4000 # 消息分批大小(字节)(这个配置别动)
|
||||
dingtalk_batch_size: 20000 # 钉钉消息分批大小(字节)(这个配置也别动)
|
||||
feishu_batch_size: 29000 # 飞书消息分批大小(字节)
|
||||
bark_batch_size: 3600 # Bark消息分批大小(字节)
|
||||
feishu_batch_size: 30000 # 飞书消息分批大小(字节)
|
||||
bark_batch_size: 4000 # Bark消息分批大小(字节)
|
||||
slack_batch_size: 4000 # Slack消息分批大小(字节)
|
||||
batch_send_interval: 3 # 批次发送间隔(秒)
|
||||
feishu_message_separator: "━━━━━━━━━━━━━━━━━━━" # feishu 消息分割线
|
||||
|
||||
Reference in New Issue
Block a user