2024-12-04 14:39:53 +08:00

8 lines
262 B
JavaScript

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