diff --git a/src/template/web.chat.header/language/zh-cn.js b/src/template/web.chat.header/language/zh-cn.js index 92aeb190..e35b836a 100644 --- a/src/template/web.chat.header/language/zh-cn.js +++ b/src/template/web.chat.header/language/zh-cn.js @@ -63,6 +63,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二" mall.GOODS, "商品", team.ASSET, "资产", mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价", - html.HEIGHT, "高度", html.MARGIN, "边距", html.SPEED, "速度", + html.HEIGHT, "高度", html.WIDTH, "宽度", + html.MARGIN, "边距", html.SPEED, "速度", ), )}) diff --git a/src/template/web.chat.header/theme/light.css b/src/template/web.chat.header/theme/light.css index 5090c2d1..21dad5f3 100644 --- a/src/template/web.chat.header/theme/light.css +++ b/src/template/web.chat.header/theme/light.css @@ -9,3 +9,4 @@ body.light { --code-function:darkcyan; --code-constant:gray; --code-string:brown; --code-object:purple; --code-datatype:cornflowerblue; --code-package:blue; } +body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; } diff --git a/src/template/web.chat.header/theme/white.css b/src/template/web.chat.header/theme/white.css index 49cd28a6..9c5a6609 100644 --- a/src/template/web.chat.header/theme/white.css +++ b/src/template/web.chat.header/theme/white.css @@ -13,3 +13,4 @@ body.white fieldset.panel:not(.main):not(.auto) input::placeholder { color:gray; body.white fieldset.panel.auto { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); } body.white fieldset.panel.auto>div.output { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); } body.white fieldset.panel.auto>div.output a { color:var(--plugin-fg-color); } +body.white fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; } diff --git a/src/template/web/cmds.html b/src/template/web/cmds.html index 7893c34d..b5c841a5 100644 --- a/src/template/web/cmds.html +++ b/src/template/web/cmds.html @@ -3,7 +3,7 @@