This commit is contained in:
yumoqing 2025-07-29 18:11:13 +08:00
parent ed896dbf4e
commit e78646dd9f

View File

@ -58,6 +58,9 @@ ui_tmpl = """
{% if dataparams %}
"dataparams": {{json.dumps(dataparams)}},
{% endif %}
{% if newdata_params %}
"newdata_params":{{json.dumps(newdata_params)}},
{% endif %}
{% if get_data_url %}
"dataurl": "{{get_data_url}}",
{% else %}