1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
icebergs/core/chat/favor.js
2023-12-10 00:16:50 +08:00

9 lines
166 B
JavaScript

Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
msg.Echo("hello world")
},
})
Volcanos(chat.ONACTION, {
list: ["刷新", "扫码", "清屏", "登录"],
})