From 0fb76d15692068fb5e9d0da3c0c9f0d44c56e6aa Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jan 2025 12:00:57 +0800 Subject: [PATCH] add some --- index.css | 2 +- plugin/local/code/inner/syntax.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 49706999..a5a3f21d 100644 --- a/index.css +++ b/index.css @@ -47,7 +47,7 @@ body { --action-height:32px; --status-height:32px; --textarea-height:96px; --input-width:140px; --button-width:60px; --form-width:360px; --url-input-width:480px; --card-width:300px; --card-height:160px; --qrcode-width:320px; --qrcode-height:323px; - --story-height:var(--float-height); --iframe-height:420px; + --story-height:var(--float-height); --iframe-height:480px; --plug-height:480px; --plug-width:var(--float-width); --desktop-height:684px; --desktop-width:var(--float-width); --desktop-menu-height:25px; --desktop-width:var(--float-width); diff --git a/plugin/local/code/inner/syntax.js b/plugin/local/code/inner/syntax.js index 5a327f7c..61096ea4 100644 --- a/plugin/local/code/inner/syntax.js +++ b/plugin/local/code/inner/syntax.js @@ -144,6 +144,9 @@ Volcanos(chat.ONSYNTAX, { "field": code.KEYWORD, "image": code.KEYWORD, "video": code.KEYWORD, "audio": code.KEYWORD, "style": code.KEYWORD, "inner": code.KEYWORD, + "project": code.KEYWORD, + "product": code.KEYWORD, + "material": code.KEYWORD, "publish": code.KEYWORD, }, func: function(can, push, text, indent, opts) { var ls = can.core.Split(text, "\t ")