Update wwwroot/connecthost.ui

This commit is contained in:
yumoqing 2025-12-08 15:12:33 +08:00
parent 665b3cfce8
commit 4fadc1e4a3

View File

@ -4,8 +4,13 @@
"auto_open":true, "auto_open":true,
"auto_destroy":true, "auto_destroy":true,
"archor":"cc", "archor":"cc",
"cwidth":45, % if int(params_kw._is_mobile) % }
"cheight":40, "widh": "98%",
"height": "98%",
{% else %}
"width": "70%",
"height": "70%"
{% endif %}
"movable":true, "movable":true,
"icon":"{{entire_url('imgs/terminal.svg')}}", "icon":"{{entire_url('imgs/terminal.svg')}}",
"title":"{{params_kw.name}}", "title":"{{params_kw.name}}",