forked from x/ContextOS
add some
This commit is contained in:
parent
edd47db9fa
commit
4d7dde6302
@ -1,2 +1 @@
|
||||
body {
|
||||
}
|
||||
body {}
|
@ -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"]},
|
||||
}},
|
||||
}})
|
||||
|
||||
}})
|
@ -23,4 +23,4 @@ main() {
|
||||
;;
|
||||
esac
|
||||
}
|
||||
main "$@"
|
||||
main "$@"
|
@ -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
5
src/option.go
Normal file
@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "shylinux.com/x/ice/devops"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user