1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-02-24 12:32:56 +08:00
parent feb5363eab
commit ff6796bb53
3 changed files with 9 additions and 8 deletions

View File

@ -2,11 +2,12 @@ package main
import (
"shylinux.com/x/ice"
_ "shylinux.com/x/icebergs/base/aaa/portal"
_ "shylinux.com/x/icebergs/core/chat/oauth"
_ "shylinux.com/x/icebergs/misc/chrome"
_ "shylinux.com/x/icebergs/misc/coder"
_ "shylinux.com/x/icebergs/misc/disk"
_ "shylinux.com/x/icebergs/base/aaa/portal"
_ "shylinux.com/x/icebergs/core/chat/oauth"
_ "shylinux.com/x/icebergs/misc/java"
_ "shylinux.com/x/icebergs/misc/node"
_ "shylinux.com/x/icebergs/misc/wx"

View File

@ -6,10 +6,10 @@ Volcanos({river: {
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: [
"desktop",
]},
dream: {name: "空间 dream", icon: "bi bi-diagram-3", index: [
dream: {name: "空间 dream", icon: "bi bi-diagram-3", nodetype: web.SERVER, index: [
"dream",
]},
store: {name: "商店 store", icon: "bi bi-shop", index: [
store: {name: "商店 store", icon: "bi bi-shop", nodetype: web.SERVER, index: [
"store",
]},
}},
@ -23,7 +23,7 @@ Volcanos({river: {
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
"stats", "count", "toast", "broad", "spide", "cache", "space", "route",
]},
cloud: {name: "部署 cloud", icon: "bi bi-clouds", list: [
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
{space: "20220826-career", index: "ssh.relay"}, "bench",
{space: "20230913-matrix-story", index: "web.chat.island.group"},
{space: "20230913-matrix-story", index: "web.chat.island.portal"},
@ -31,7 +31,7 @@ Volcanos({river: {
{space: "20230511-golang-story", index: "web.chat.mail.client"},
]},
}},
operate: {name: "运维群", icon: "bi bi-shield-lock", type: aaa.TECH, storm: {
operate: {name: "运维群", icon: "bi bi-shield-lock", type: aaa.TECH, nodetype: web.SERVER, storm: {
share: {name: "共享 share", icon: "bi bi-share", index: [
"share", "token", "qrcode",
]},

View File

@ -1,6 +1,6 @@
zone,time,id,space,index,play,status,style,extra
devops,2024-01-21 13:39:29.910,1,20220826-career,ssh.relay,upgrade,disable,,
devops,2024-01-21 13:41:00.072,2,20220826-career,ssh.relay,version,disable,,
devops,2024-01-21 13:39:29.910,1,20220826-career,ssh.relay,upgrade,enable,,
devops,2024-01-21 13:41:00.072,2,20220826-career,ssh.relay,version,enable,,
devops,2024-01-21 13:41:39.611,3,20220826-career,ssh.relay,stats,disable,,
devops,2024-01-21 13:52:22.565,4,2016,dream,build,enable,fork 1,
devops,2024-01-21 13:52:22.565,5,2016,dream,publish,enable,,

1 zone time id space index play status style extra
2 devops 2024-01-21 13:39:29.910 1 20220826-career ssh.relay upgrade disable enable
3 devops 2024-01-21 13:41:00.072 2 20220826-career ssh.relay version disable enable
4 devops 2024-01-21 13:41:39.611 3 20220826-career ssh.relay stats disable
5 devops 2024-01-21 13:52:22.565 4 2016 dream build enable fork 1
6 devops 2024-01-21 13:52:22.565 5 2016 dream publish enable