1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2021-07-24 11:22:31 +08:00
parent cf179f4aa4
commit f31118c9e7

View File

@ -118,7 +118,10 @@ Volcanos("user", {help: "用户操作", agent: {
can.search(event, msg["detail"]||[], function(msg) { msg.Reply() })
})
},
}[button]() }, ["登录", "扫码"])
"飞书": function() {
location.href = "/chat/lark/sso"
},
}[button]() }, ["登录", "扫码", "飞书"])
can.page.Modify(can, ui._target, {className: "input login", style: {left: (window.innerWidth-ui._target.offsetWidth)/2, top: window.innerHeight/6}})
},