This commit is contained in:
yumoqing 2025-11-13 15:17:51 +08:00
parent 3f70e9ceb3
commit b42cdb318a

View File

@ -73,7 +73,7 @@
"target":"PopupWindow", "target":"PopupWindow",
"popup_options":{ "popup_options":{
"title":"{{llm.name}}", "title":"{{llm.name}}",
{% int(params_kw._is_mobile) %} {% if int(params_kw._is_mobile) %}
"width": "100%", "width": "100%",
"height": "100%" "height": "100%"
{% else %} {% else %}