From 0fab1107e95d7caea9ae23333ed1442427d225e2 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 27 Mar 2024 00:03:25 +0800 Subject: [PATCH] add some --- src/main.js | 4 +--- src/template/web.chat.header/theme/light.css | 6 +++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main.js b/src/main.js index 9ef83f1c..ffbab6fb 100644 --- a/src/main.js +++ b/src/main.js @@ -31,10 +31,8 @@ Volcanos({river: { ]}, cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [ {space: "20210308-sshd", index: "ssh.relay"}, - {space: "20210308-sshd", index: "ssh.cloud.aliyun.dns.record"}, {space: "20210308-sshd", index: "ssh.cloud.instance"}, - {space: "20210308-sshd", index: "ssh.cloud.bundle"}, - {space: "20210308-sshd", index: "ssh.cloud.tencent.billing.resource"}, + {space: "20210308-sshd", index: "ssh.cloud.profile"}, "bench", {space: "20230913-matrix-story", index: "web.chat.cloud.group"}, {space: "20230913-matrix-story", index: "web.chat.cloud.portal"}, diff --git a/src/template/web.chat.header/theme/light.css b/src/template/web.chat.header/theme/light.css index 05594046..2ad5d60c 100644 --- a/src/template/web.chat.header/theme/light.css +++ b/src/template/web.chat.header/theme/light.css @@ -1,9 +1,13 @@ body.light { - --body-bg-color:#4a566e; + /* --body-bg-color:#4a566e; */ --plugin-bg-color:aliceblue; --plugin-fg-color:black; --output-bg-color:white; --panel-bg-color:var(--body-bg-color); --panel-fg-color:#d0d3da; --panel-input-bg-color:#6b7488; --panel-input-fg-color:white; --box-border:lightgray solid 1px; --box-shadow:gray 2px 2px 8px; + --body-bg-color:#181818; + --panel-hover-bg-color:#2174ff; + --action-output-bg-color:#f3f4f7; + --panel-input-bg-color:transparent; } body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }