拆分新的utils

This commit is contained in:
UnCLAS-Prommer
2026-02-27 22:07:26 +08:00
parent e253a2ed2a
commit b9faed4924
4 changed files with 31 additions and 16 deletions

View File

@@ -349,7 +349,7 @@ class TargetItem(ConfigBase):
"x-icon": "hash",
},
)
"""用户ID与平台一起留空表示全局"""
"""用户/群ID与平台一起留空表示全局"""
rule_type: Literal["group", "private"] = Field(
default="group",