1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-05-14 23:27:46 +08:00
parent edd47db9fa
commit 4d7dde6302
5 changed files with 10 additions and 8 deletions

View File

@ -1,2 +1 @@
body {
}
body {}

View File

@ -31,15 +31,13 @@ Volcanos({river: {
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
{space: "20230511-docker-story", index: "web.code.docker.container"},
{space: "20230511-golang-story", index: "web.chat.mail.client"},
]},
}},
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"]},
oauth: {name: "登录 oauth", icon: "bi bi-shield-lock", index: ["header", "web.chat.oauth.client", "web.chat.wx.access"]},
email: {name: "邮箱 email", icon: "bi bi-envelope", index: ["email", "offer", "apply", "message"]},
email: {name: "邮箱 email", icon: "bi bi-envelope", index: ["email", "offer", "apply"]},
user: {name: "用户 user", icon: "bi bi-people-fill", index: ["user", "totp", "sess", "role"]},
system: {name: "系统 system", icon: "bi bi-ubuntu", index: ["dir", "trash", "export", "log.debug", "host", "port", "package", "mirrors", "runtime", "xterm"]},
}},
}})
}})

View File

@ -23,4 +23,4 @@ main() {
;;
esac
}
main "$@"
main "$@"

View File

@ -51,4 +51,4 @@ wx lark wework
section "神农架"
field "趋势图" web.code.git.trends args `intshell`
field "架构图" web.code.git.spides args `intshell`
field "架构图" web.code.git.spides args `intshell`

5
src/option.go Normal file
View File

@ -0,0 +1,5 @@
package main
import (
_ "shylinux.com/x/ice/devops"
)