forked from x/ContextOS
add some
This commit is contained in:
parent
ca19320a58
commit
2ce28fd712
19
src/main.js
19
src/main.js
@ -4,21 +4,32 @@ Volcanos({river: {
|
||||
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: ["desktop"]},
|
||||
dream: {name: "空间 dream", icon: "bi bi-diagram-3", nodetype: web.SERVER, index: ["dream"]},
|
||||
store: {name: "商店 store", icon: "bi bi-shop", nodetype: web.SERVER, index: ["store"]},
|
||||
// matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", nodetype: web.SERVER, index: ["matrix"]},
|
||||
// message: {name: "聊天 message", icon: "bi bi-wechat", index: ["message"]},
|
||||
}},
|
||||
office: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||
"message",
|
||||
]},
|
||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||
"feel", "draw",
|
||||
]},
|
||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||
"plan", "flows",
|
||||
]},
|
||||
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap-fill", index: [
|
||||
"matrix",
|
||||
]},
|
||||
}},
|
||||
project: {name: "研发群", icon: "bi bi-git", type: aaa.TECH, debug: true, storm: {
|
||||
studio: {name: "研发 studio", icon: "bi bi-code-slash", index: [
|
||||
"vimer", "status", "dream", {index: "web.chat.script", args: ["devops"]}, "favor", "word",
|
||||
]},
|
||||
repos: {name: "源码 repos", icon: "bi bi-git", index: [
|
||||
"compile", "publish", "message", "matrix", "store", "web.code.git.repos", "web.code.git.service",
|
||||
"compile", "publish", "matrix", "store", "message", "web.code.git.repos", "web.code.git.service",
|
||||
]},
|
||||
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
|
||||
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
|
||||
]},
|
||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
||||
// {space: "20220826-career", index: "ssh.relay"}, "bench",
|
||||
{space: "20210308-sshd", index: "ssh.relay"}, "bench",
|
||||
{space: "20230913-matrix-story", index: "web.chat.island.group"},
|
||||
{space: "20230913-matrix-story", index: "web.chat.island.portal"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user