This commit is contained in:
yumoqing 2025-12-09 15:57:27 +08:00
parent a2977e20e5
commit 6de7c9a8b8

View File

@ -1,30 +1,12 @@
{ {
"widgettype":"PopupWindow", "widgettype":"Wterm",
"options":{ "options":{
"auto_open":true, "height":"100%",
"auto_destroy":true, "width":"100%",
"archor":"cc", "term_options":{
{% if int(params_kw._is_mobile) %} "fontSize":24
"width": "95%", },
"height": "95%", "ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none"
{% else %}
"cwidth":45,
"cheight":40,
{% endif %}
"movable":true,
"icon":"{{entire_url('imgs/terminal.svg')}}",
"title":"大平台日志",
"content":{
"widgettype":"Wterm",
"options":{
"height":"100%",
"width":"100%",
"term_options":{
"fontSize":24
},
"ws_url":"{{entire_url('/wss/msp/sagelog.xterm')}}?id=none"
}
} }
}
} }