From adb11e18ac8e6c316d1f51433e3740bedb4823ef Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 17 Jun 2025 14:54:50 +0800 Subject: [PATCH] add some --- src/renzhengshouquan/account_inputs.js | 7 +++++++ src/renzhengshouquan/transition.css | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 src/renzhengshouquan/account_inputs.js create mode 100644 src/renzhengshouquan/transition.css diff --git a/src/renzhengshouquan/account_inputs.js b/src/renzhengshouquan/account_inputs.js new file mode 100644 index 0000000..53e50a5 --- /dev/null +++ b/src/renzhengshouquan/account_inputs.js @@ -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)]}, + ] }) + }, +}) \ No newline at end of file diff --git a/src/renzhengshouquan/transition.css b/src/renzhengshouquan/transition.css new file mode 100644 index 0000000..49bbe4e --- /dev/null +++ b/src/renzhengshouquan/transition.css @@ -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); +} \ No newline at end of file