mirror of
https://shylinux.com/x/volcanos
synced 2025-07-01 03:54:43 +08:00
add some
This commit is contained in:
parent
760fd56d05
commit
b2f7fa9a9c
7
plugin/input/upload.js
Normal file
7
plugin/input/upload.js
Normal file
@ -0,0 +1,7 @@
|
||||
Volcanos(chat.ONFIGURE, {upload: {
|
||||
onclick: function(event, can, meta, target, cbs) {
|
||||
can.user.upload(event, can, function(msg) {
|
||||
target.value = msg.Result()
|
||||
})
|
||||
},
|
||||
}})
|
Loading…
x
Reference in New Issue
Block a user