This commit is contained in:
yumoqing 2025-07-30 15:15:00 +08:00
parent 92c01c9e93
commit d4ef05d90c

View File

@ -55,6 +55,9 @@ ui_tmpl = """
"parentField":"{{parentField}}", "parentField":"{{parentField}}",
"idField":"{{idField}}", "idField":"{{idField}}",
"textField":"{{textField}}", "textField":"{{textField}}",
{% if typeField %}
"typeField":"{{typeField}}",
{% endif %}
{% if params %} {% if params %}
"params": {{json.dumps(params)}}, "params": {{json.dumps(params)}},
{% endif %} {% endif %}