2024-10-02 22:24:04 +08:00

8 lines
254 B
JavaScript

Volcanos(chat.ONIMPORT, {
_init: function(can, msg) {
can.onimport.myView(can, msg, function(value) { return [
{view: html.TITLE, list: [value.user_name, can.onimport.timeView(can, value)]},
{view: html.STATUS, list: [value.info]},
] })
},
})