From 51904057f8ddb9c88f6774fdfcb4c85fba8fb2f3 Mon Sep 17 00:00:00 2001 From: shy Date: Sat, 6 Apr 2024 15:05:32 +0800 Subject: [PATCH] add some --- src/main.js | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/main.js b/src/main.js index a25a4392..989f8c61 100644 --- a/src/main.js +++ b/src/main.js @@ -6,18 +6,10 @@ Volcanos({river: { store: {index: ["store"], nodetype: web.SERVER}, }}, product: {name: "办公群", icon: "bi bi-wechat", storm: { - feel: {name: "相册 feel", icon: "bi bi-images", index: [ - "feel", - ]}, - message: {name: "聊天 message", icon: "bi bi-wechat", index: [ - "message", - ]}, - plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [ - "plan", - ]}, - matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: [ - "matrix", - ]}, + feel: {name: "相册 feel", icon: "bi bi-images", index: ["feel"]}, + message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]}, + plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: ["plan"]}, + matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", type: aaa.TECH, nodetype: web.SERVER, index: ["matrix"]}, }}, project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: { studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [ @@ -32,12 +24,10 @@ Volcanos({river: { cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [ {space: "20210308-sshd", index: "ssh.relay"}, {space: "20210308-sshd", index: "ssh.cloud.instance"}, - {space: "20210308-sshd", index: "ssh.cloud.cert"}, {space: "20210308-sshd", index: "ssh.cloud.domain"}, + {space: "20210308-sshd", index: "ssh.cloud.cert"}, {space: "20210308-sshd", index: "ssh.cloud.client"}, - {space: "20210308-sshd", index: "ssh.cloud.bundle"}, - {space: "20210308-sshd", index: "ssh.cloud.profile"}, - "bench", + {space: "20210308-sshd", index: "ssh.cloud.profile"}, "bench", {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"}, @@ -49,10 +39,7 @@ Volcanos({river: { 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"]}, 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"]}, }}, }})