community/src/renzhengshouquan/account_inputs.js
2025-06-17 14:54:50 +08:00

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)]},
] })
},
})