This commit is contained in:
yumoqing 2025-11-13 15:14:02 +08:00
parent 00ccb62709
commit 3f70e9ceb3

View File

@ -73,8 +73,13 @@
"target":"PopupWindow", "target":"PopupWindow",
"popup_options":{ "popup_options":{
"title":"{{llm.name}}", "title":"{{llm.name}}",
"cwidth":24, {% int(params_kw._is_mobile) %}
"height":"80%" "width": "100%",
"height": "100%"
{% else %}
"width": "60%",
"height":"85%"
{% endif %}
}, },
"options":{ "options":{
"params":{ "params":{