This commit is contained in:
ymq1 2025-06-11 09:23:37 +00:00
parent 4fd994eb4c
commit 795c2d58a5

View File

@ -23,9 +23,9 @@
],
"subwidgets":[
{
"widgettype":"Icon",
"widgettype":"Svg",
"options":{
"url":"{{entire_url('/imgs/people.png')}}",
"url":"{{entire_url('/bricks/imgs/User.svg')}}",
"rate":1.5
}
},
@ -46,12 +46,12 @@
{
"name":"login",
"tip":"点击登录",
"icon":"{{entire_url('/imgs/login.png')}}"
"icon":"{{entire_url('/bricks/imgs/login.svg')}}"
},
{
"name":"register",
"tip":"点击注册",
"icon":"{{entire_url('/imgs/register.png')}}"
"icon":"{{entire_url('/bricks/imgs/register.svg')}}"
}
]
},