This commit is contained in:
ymq1 2025-06-11 10:05:09 +00:00
parent 795c2d58a5
commit 7a9849243b

View File

@ -4,7 +4,7 @@
"options":{ "options":{
"css":"clickable", "css":"clickable",
"tip":"用户功能", "tip":"用户功能",
"cwidth":12 "cwidth":6
}, },
"binds":[ "binds":[
{ {
@ -25,13 +25,14 @@
{ {
"widgettype":"Svg", "widgettype":"Svg",
"options":{ "options":{
"url":"{{entire_url('/bricks/imgs/User.svg')}}", "url":"{{entire_url('/bricks/imgs/user.svg')}}",
"rate":1.5 "rate":1.5
} }
}, },
{ {
"widgettype":"Text", "widgettype":"Text",
"options":{ "options":{
"cwidth": 4,
"text":"{{get_username()}}" "text":"{{get_username()}}"
} }
} }