This commit is contained in:
yumoqing 2026-04-22 15:29:43 +08:00
parent 09a6e212b3
commit 33d8c3e208

View File

@ -13,5 +13,22 @@
"md_url":"{{entire_url('api_')}}{{params_kw._lang}}.md"
}
}
{% for myjs in jsfiles() %}
,{
"widgettype": "Text",
"options": {
"text": "{{myjs}}"
}
}
{% endfor %}
{% for mycss in cssfiles() %}
,{
"widgettype": "Text",
"options": {
"text": "{{mycss}}"
}
}
{% endfor %}
]
}