1
0
mirror of https://shylinux.com/x/volcanos synced 2025-07-01 20:11:19 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-05-19 18:57:53 +08:00
parent 760fd56d05
commit b2f7fa9a9c

7
plugin/input/upload.js Normal file
View 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()
})
},
}})