From 3bea808e9ff3e3410b1d73fdeae055f1a968bef3 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 20 Jul 2020 10:26:14 +0800 Subject: [PATCH] opt some --- index.css | 2 +- plugin/story/ticker.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plugin/story/ticker.js diff --git a/index.css b/index.css index 622594cc..4f0c6c1f 100644 --- a/index.css +++ b/index.css @@ -284,7 +284,7 @@ body.white select:hover { } body.white fieldset { - color:black; + /* color:black; */ } body.white fieldset.plugin { margin:0; border:0; diff --git a/plugin/story/ticker.js b/plugin/story/ticker.js new file mode 100644 index 00000000..eb90fc66 --- /dev/null +++ b/plugin/story/ticker.js @@ -0,0 +1,5 @@ +Volcanos("onimport", {help: "导入数据", list: [], + _init: function(can, msg, list, cb, target) { can._output.innerHTML = "" + + }, +})