1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-05-05 17:32:39 +08:00
parent 9c10238b5f
commit d71db49ca6

View File

@ -1,3 +1,5 @@
Volcanos(chat.ONIMPORT, {_init: function(can, msg) {
msg.Echo("hello world").Dump(can)
}})
Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
msg.Echo("hello world").Dump(can)
},
})