From 8277e1972843b223de9ae2ab92d5a75771c773d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=85=E8=AF=BA=E7=8B=90?= <212194964+foxcyber907@users.noreply.github.com> Date: Sat, 16 Aug 2025 13:51:53 +0800 Subject: [PATCH] =?UTF-8?q?relation=5Ffrequency=E4=B8=BAint=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=A6=82=E6=9E=9C=E9=85=8D=E7=BD=AE=E4=BA=86=E8=BE=83?= =?UTF-8?q?=E5=B0=8F=E7=9A=84=E5=80=BC=E4=BC=9A=E5=87=BA=E7=8E=B0=E9=99=A4?= =?UTF-8?q?=E4=BB=A50=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/official_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/official_configs.py b/src/config/official_configs.py index 3b8d0da32..1de885121 100644 --- a/src/config/official_configs.py +++ b/src/config/official_configs.py @@ -123,7 +123,7 @@ class RelationshipConfig(ConfigBase): enable_relationship: bool = True """是否启用关系系统""" - relation_frequency: int = 1 + relation_frequency: float = 1.0 """关系频率,麦麦构建关系的速度"""