1
0
mirror of https://shylinux.com/x/volcanos synced 2025-07-02 04:21:19 +08:00
volcanos/plugin/input/upload.js
2025-05-19 18:57:53 +08:00

7 lines
176 B
JavaScript

Volcanos(chat.ONFIGURE, {upload: {
onclick: function(event, can, meta, target, cbs) {
can.user.upload(event, can, function(msg) {
target.value = msg.Result()
})
},
}})