1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-27 00:03:25 +08:00
parent 3ad0c3f0ab
commit 0fab1107e9
2 changed files with 6 additions and 4 deletions

View File

@ -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"},

View File

@ -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; }