增加钉钉通知测试

This commit is contained in:
oficcejo
2025-10-18 17:23:49 +08:00
parent 18b63dd9c9
commit 9f6a4b9e3b
6 changed files with 680 additions and 2 deletions
+3
View File
@@ -224,6 +224,9 @@ class ConfigManager:
"required": info["required"],
"type": info["type"]
}
# 如果有options字段,也包含进去
if "options" in info:
config_info[key]["options"] = info["options"]
return config_info