forked from x/ContextOS
add some
This commit is contained in:
parent
26677df67d
commit
4716e39ea5
24
src/main.js
24
src/main.js
@ -1,21 +1,21 @@
|
|||||||
Volcanos({river: {
|
Volcanos({river: {
|
||||||
product: {name: "产品群", icon: "bi bi-grid-3x3-gap", storm: {
|
profile: {name: "产品群", icon: "bi bi-window-desktop", storm: {
|
||||||
portal: {name: "官网 portal", icon: "bi bi-globe", index: ["portal"]},
|
portal: {index: ["portal"]},
|
||||||
desktop: {name: "桌面 desktop", icon: "bi bi-window-desktop", index: ["desktop"]},
|
desktop: {index: ["desktop"]},
|
||||||
dream: {name: "空间 dream", icon: "bi bi-diagram-3", nodetype: web.SERVER, index: ["dream"]},
|
dream: {index: ["dream"], nodetype: web.SERVER},
|
||||||
store: {name: "商店 store", icon: "bi bi-shop", nodetype: web.SERVER, index: ["store"]},
|
store: {index: ["store"], nodetype: web.SERVER},
|
||||||
}},
|
}},
|
||||||
office: {name: "办公群", icon: "bi bi-wechat", storm: {
|
product: {name: "办公群", icon: "bi bi-wechat", storm: {
|
||||||
|
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
||||||
|
"plan", "flows",
|
||||||
|
]},
|
||||||
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
message: {name: "聊天 message", icon: "bi bi-wechat", index: [
|
||||||
"message",
|
"message",
|
||||||
]},
|
]},
|
||||||
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
feel: {name: "相册 feel", icon: "bi bi-images", index: [
|
||||||
"feel", "draw",
|
{index: "feel", args: ["usr/icons/"]}, "draw",
|
||||||
]},
|
]},
|
||||||
plan: {name: "计划 plan", icon: "bi bi-calendar4-week", index: [
|
matrix: {name: "矩阵 matrix", icon: "bi bi-grid-3x3-gap", index: [
|
||||||
"plan", "flows",
|
|
||||||
]},
|
|
||||||
matrix: {name: "矩阵 matrix", icon: "bi bi-clouds", index: [
|
|
||||||
"matrix",
|
"matrix",
|
||||||
]},
|
]},
|
||||||
}},
|
}},
|
||||||
@ -24,7 +24,7 @@ Volcanos({river: {
|
|||||||
"vimer", "status", "dream", {index: "web.chat.script", args: ["devops"]}, "favor", "word",
|
"vimer", "status", "dream", {index: "web.chat.script", args: ["devops"]}, "favor", "word",
|
||||||
]},
|
]},
|
||||||
repos: {name: "源码 repos", icon: "bi bi-git", index: [
|
repos: {name: "源码 repos", icon: "bi bi-git", index: [
|
||||||
"compile", "publish", "xterm", "matrix", "store", "web.code.git.repos", "web.code.git.service",
|
"compile", "publish", "matrix", "store", "web.code.git.repos", "web.code.git.service",
|
||||||
]},
|
]},
|
||||||
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
|
stats: {name: "流量 stats", icon: "bi bi-bar-chart-line", index: [
|
||||||
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
|
"stats", "count", "toast", "stream", "broad", "spide", "cache", "space", "route",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user