feat(value_rank): 文本消息统一80秒自动撤回

- 新增文本发送封装,身价插件所有文本回复统一登记自动撤回

- 撤回时长默认80秒,可通过 text_auto_revoke_seconds 配置调整

- 社交关系图图片发送保持不撤回,仅文本消息执行撤回策略
This commit is contained in:
liuwei
2026-04-21 14:45:50 +08:00
parent 7d82557699
commit cfae6cfe30
2 changed files with 47 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ default_graph_nodes = 12
max_graph_nodes = 24
graph_edge_pool_limit = 300
social_graph_template_path = "plugins/value_rank/templates/social_graph.html"
text_auto_revoke_seconds = 80
default_trend_days = 7
max_trend_days = 30