mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
11 lines
450 B
JavaScript
11 lines
450 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
_init: function(can, msg) { can.onimport.shareTitle(can, msg)
|
|
can.onimport.itemcards(can, msg, function(value) { return [
|
|
{view: html.TITLE, list: [value.name]},
|
|
{view: html.STATUS, list: [value.uid.slice(0, 6), can.base.TimeTrim(value.created_at), value.user_name]},
|
|
{view: html.STATUS, list: [value.space]},
|
|
{view: html.STATUS, list: [value.index]},
|
|
{view: html.OUTPUT, list: [value.info]},
|
|
] })
|
|
},
|
|
}) |