From 33d8c3e20800e94c7c7a65e55ecd4d2343e5d937 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 22 Apr 2026 15:29:43 +0800 Subject: [PATCH] bugfix --- wwwroot/public/api/index.ui | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/wwwroot/public/api/index.ui b/wwwroot/public/api/index.ui index 08b772b..6b19720 100644 --- a/wwwroot/public/api/index.ui +++ b/wwwroot/public/api/index.ui @@ -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 %} + ] }