1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2022-12-27 11:52:05 +08:00
parent 2059a45ca6
commit 4be627b252

View File

@ -85,17 +85,9 @@ Volcanos({river: {
]}, ]},
}}, }},
operate: {name: "运维群", storm: { operate: {name: "运维群", storm: {
aaa: {name: "权限 aaa", index: [ aaa: {name: "权限 aaa", index: ["offer", "email", "user", "totp", "sess", "role"]},
"offer", "email", "user", "totp", "sess", "role", web: {name: "应用 web", index: ["broad", "serve", "space", "dream", "share", "cache", "spide"]},
]}, cli: {name: "系统 cli", index: ["qrcode", "daemon", "system", "runtime", "mirrors", "forever", "host", "port"]},
web: {name: "应用 web", index: [ nfs: {name: "文件 nfs", index: ["dir", "cat", "pack", "tail", "trash"]},
"broad", "serve", "space", "dream", "share", "cache", "spide",
]},
cli: {name: "系统 cli", index: [
"qrcode", "daemon", "system", "runtime", "mirrors", "forever", "host", "port",
]},
nfs: {name: "文件 nfs", index: [
"cat", "dir", "pack", "tail", "trash",
]},
}}, }},
}}) }})