From 4d7dde63021907d50e0c5155d0d088167f433187 Mon Sep 17 00:00:00 2001 From: shy Date: Tue, 14 May 2024 23:27:46 +0800 Subject: [PATCH] add some --- src/main.css | 3 +-- src/main.js | 6 ++---- src/main.sh | 2 +- src/main.shy | 2 +- src/option.go | 5 +++++ 5 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 src/option.go diff --git a/src/main.css b/src/main.css index 25fa51c5..2d91681f 100644 --- a/src/main.css +++ b/src/main.css @@ -1,2 +1 @@ -body { -} +body {} \ No newline at end of file diff --git a/src/main.js b/src/main.js index fb9b87da..f9eeaf54 100644 --- a/src/main.js +++ b/src/main.js @@ -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"]}, }}, -}}) - +}}) \ No newline at end of file diff --git a/src/main.sh b/src/main.sh index 0d188dc0..1ae025b2 100644 --- a/src/main.sh +++ b/src/main.sh @@ -23,4 +23,4 @@ main() { ;; esac } -main "$@" +main "$@" \ No newline at end of file diff --git a/src/main.shy b/src/main.shy index d900f83d..e852b098 100644 --- a/src/main.shy +++ b/src/main.shy @@ -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` \ No newline at end of file diff --git a/src/option.go b/src/option.go new file mode 100644 index 00000000..206568f8 --- /dev/null +++ b/src/option.go @@ -0,0 +1,5 @@ +package main + +import ( + _ "shylinux.com/x/ice/devops" +)