mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-26 09:57:30 +08:00
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.group"},
|
||||||
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
||||||
{space: "20230511-docker-story", index: "web.code.docker.container"},
|
{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: {
|
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"]},
|
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"]},
|
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"]},
|
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"]},
|
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
|
esac
|
||||||
}
|
}
|
||||||
main "$@"
|
main "$@"
|
@ -51,4 +51,4 @@ wx lark wework
|
|||||||
|
|
||||||
section "神农架"
|
section "神农架"
|
||||||
field "趋势图" web.code.git.trends args `intshell`
|
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