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