mirror of
https://shylinux.com/x/community
synced 2025-07-03 14:01:20 +08:00
7 lines
253 B
JavaScript
7 lines
253 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
_init: function(can, msg) {
|
|
can.onimport.myView(can, msg, function(value) { return [
|
|
{view: html.TITLE, list: [value.name, can.onimport.textView(can, value, "auth_type"), can.onimport.authView(can, value)]},
|
|
] })
|
|
},
|
|
}) |