v3.4.1: Bark 支持 Markdown。提升所有分批估算精确度

This commit is contained in:
sansan
2025-11-29 19:59:33 +08:00
parent f7c424f499
commit 6266751bae
5 changed files with 314 additions and 106 deletions
+2 -2
View File
@@ -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 消息分割线