From 102d52cd5b4db45e1c98005b5b44b1a6472811ad Mon Sep 17 00:00:00 2001 From: grassblock Date: Thu, 31 Jul 2025 17:34:14 +0800 Subject: [PATCH] chore: add promote to config --- config.example.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index 6656db8..e5630ae 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -13,6 +13,9 @@ features: # 启用链接解析/清理 link: enable: true + # 启用互送头衔 + promote: + enable: true # 启用复读 repeater: enable: true