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 = "" + + }, +})