update map

This commit is contained in:
bridge
2025-10-09 01:35:01 +08:00
parent 45f1a6cce5
commit 9b54822a56

View File

@@ -19,7 +19,7 @@ ACTION_INFOS = {
"doable_requirements": getattr(action, "DOABLES_REQUIREMENTS", ""),
"params": getattr(action, "PARAMS", {}),
}
for action in ALL_ACTION_CLASSES
for action in ALL_ACTUAL_ACTION_CLASSES
}
ACTION_INFOS_STR = json.dumps(ACTION_INFOS, ensure_ascii=False)