This commit is contained in:
yumoqing 2025-09-09 18:05:11 +08:00
parent acab503450
commit 906b7fad26
2 changed files with 5 additions and 4 deletions

View File

@ -36,9 +36,10 @@
{% endif %} {% endif %}
{% else %} {% else %}
{ {
"widgettype":"urlwidget", "widgettype":"Text",
"options":{ "options":{
"url":"{{entire_url('/rbac/user/login.ui')}}" "otext":"You need login to use llm",
"i18n":true
} }
} }
{% endif %} {% endif %}

View File

@ -58,8 +58,8 @@
"target":"PopupWindow", "target":"PopupWindow",
"popup_options":{ "popup_options":{
"title":"{{llm.name}}", "title":"{{llm.name}}",
"width":"90%", "cwidth":24,
"height":"90%" "height":"80%"
}, },
"options":{ "options":{
"params":{ "params":{