1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-01-27 17:35:40 +08:00
parent 7f4b8850a8
commit e41f8efc5d
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,8 @@
Volcanos({river: {
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
portal: {name: "官网 portal", icon: "bi bi-globe", index: [
"portal",
]},
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: [
"desktop",
]},
@ -9,9 +12,6 @@ Volcanos({river: {
store: {name: "商店 store", icon: "bi bi-shop", index: [
"store",
]},
portal: {name: "官网 portal", icon: "bi bi-globe", index: [
"portal",
]},
}},
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, storm: {
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [

View File

@ -1,7 +1,9 @@
body.white {
--body-bg-color:#1971dc;
--box-border:lightgray solid 1px; --box-shadow:gray 2px 2px 8px;
--hover-fg-color:var(--body-fg-color); --panel-hover-fg-color:white;
--hover-fg-color:var(--body-fg-color);
--panel-hover-bg-color:steelblue;
--panel-hover-fg-color:white;
--plugin-bg-color:#ffffffc2; --plugin-fg-color:black;
--input-bg-color:transparent;