From 5b5ed077f6bf9e5f9ddf835a559b45a27aaae6d8 Mon Sep 17 00:00:00 2001 From: shy Date: Mon, 23 Jun 2025 21:49:14 +0800 Subject: [PATCH] add some --- src/gonganxitong/notice.css | 4 ++++ src/gonganxitong/notice.js | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/gonganxitong/notice.css create mode 100644 src/gonganxitong/notice.js diff --git a/src/gonganxitong/notice.css b/src/gonganxitong/notice.css new file mode 100644 index 0000000..06dacf7 --- /dev/null +++ b/src/gonganxitong/notice.css @@ -0,0 +1,4 @@ +$output table.content.detail td:first-child { display:none; } +$output table.content.detail tr.title td:last-child { font-size:18px; } +$output table.content.detail tr.action td:last-child { text-align:right !important; } +$input tr.content div.item.content textarea { height:320px; } \ No newline at end of file diff --git a/src/gonganxitong/notice.js b/src/gonganxitong/notice.js new file mode 100644 index 0000000..0dcac5b --- /dev/null +++ b/src/gonganxitong/notice.js @@ -0,0 +1,8 @@ +Volcanos(chat.ONIMPORT, { + _init: function(can, msg) { + can.onimport.myView(can, msg, function(value) { return [ + {view: html.TITLE, list: [value.title, can.onimport.titleAction(can, value)]}, can.onimport.metaView(can, value), + {view: html.OUTPUT, list: [value.content]}, + ] }) + }, +}) \ No newline at end of file