mirror of
https://shylinux.com/x/community
synced 2025-07-01 13:14:44 +08:00
add some
This commit is contained in:
parent
eaf75a1b7a
commit
adb11e18ac
7
src/renzhengshouquan/account_inputs.js
Normal file
7
src/renzhengshouquan/account_inputs.js
Normal 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)]},
|
||||
] })
|
||||
},
|
||||
})
|
6
src/renzhengshouquan/transition.css
Normal file
6
src/renzhengshouquan/transition.css
Normal 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);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user