mirror of
https://shylinux.com/x/community
synced 2025-04-29 02:59:22 +08:00
8 lines
254 B
JavaScript
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]},
|
|
] })
|
|
},
|
|
}) |