This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-06-17 14:54:50 +08:00
parent eaf75a1b7a
commit adb11e18ac
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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)]},
] })
},
})

View File

@ -0,0 +1,6 @@
$output div.item.card.充值 div.title span.price {
color:var(--notice-bg-color);
}
$output div.item.card.来自 div.title span.price {
color:var(--notice-bg-color);
}