Update default.py

This commit is contained in:
Zhalslar
2025-06-17 09:44:09 +08:00
parent 9405ba7871
commit 825e3dbcf5
+4 -4
View File
@@ -466,13 +466,13 @@ CONFIG_METADATA_2 = {
},
"reply_with_mention": {
"description": "回复时 @ 发送者",
"type": "float",
"hint": "启用后,机器人回复消息时会 @ 发送者。0.0-1.0 之间的概率值,0.0 表示从不,1.0 表示总是。实际效果以具体的平台适配器为准。",
"type": "bool",
"hint": "启用后,机器人回复消息时会 @ 发送者。实际效果以具体的平台适配器为准。",
},
"reply_with_quote": {
"description": "回复时引用消息",
"type": "float",
"hint": "启用后,机器人回复消息时会引用原消息。0.0-1.0 之间的概率值,0.0 表示从不,1.0 表示总是。实际效果以具体的平台适配器为准。",
"type": "bool",
"hint": "启用后,机器人回复消息时会引用原消息。实际效果以具体的平台适配器为准。",
},
"path_mapping": {
"description": "路径映射",