1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-27 01:28:28 +08:00
2019-10-06 23:48:41 +08:00

9 lines
330 B
JavaScript

Plugin["favor/index.js"] = function(field, option, output) {return {
share: function(event) {var plugin = field.Plugin
plugin.Run(event, ["share", option.txt.value], function(msg) {
kit.AppendChilds(output, [{img: [msg.result.join("")]}])
typeof cb == "function" && cb({})
})
},
}}