This commit is contained in:
yumoqing 2025-12-09 15:53:16 +08:00
parent 99caa3058f
commit a2977e20e5
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"auto_open":true, "auto_open":true,
"auto_destroy":true, "auto_destroy":true,
"archor":"cc", "archor":"cc",
{% if int(params_kw._is_mobile) %} {% if int(params_kw._is_mobile) %}
"width": "98%", "width": "98%",
"height": "98%", "height": "98%",
{% else %} {% else %}

View File

@ -10,7 +10,7 @@
{% else %} {% else %}
"cwidth":45, "cwidth":45,
"cheight":40, "cheight":40,
{% fi %} {% endif %}
"movable":true, "movable":true,
"icon":"{{entire_url('imgs/terminal.svg')}}", "icon":"{{entire_url('imgs/terminal.svg')}}",
"title":"大平台日志", "title":"大平台日志",