mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt lark
This commit is contained in:
parent
cf179f4aa4
commit
f31118c9e7
@ -118,7 +118,10 @@ Volcanos("user", {help: "用户操作", agent: {
|
|||||||
can.search(event, msg["detail"]||[], function(msg) { msg.Reply() })
|
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}})
|
can.page.Modify(can, ui._target, {className: "input login", style: {left: (window.innerWidth-ui._target.offsetWidth)/2, top: window.innerHeight/6}})
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user