mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
62 lines
3.1 KiB
JavaScript
62 lines
3.1 KiB
JavaScript
Volcanos({name: "popup", iceberg: "http://localhost:9020/chat/", river: {
|
|
product: {name: "产品群", storm: {
|
|
office: {name: "办公 office", list: [
|
|
{name: "feel", help: "影音媒体", index: "web.wiki.feel"},
|
|
{name: "draw", help: "思维导图", index: "web.wiki.draw"},
|
|
{name: "data", help: "数据表格", index: "web.wiki.data"},
|
|
{name: "plan", help: "计划任务", index: "web.team.plan"},
|
|
{name: "think", help: "智库", index: "web.wiki.word", args: ["usr/learning/"]},
|
|
{name: "index", help: "索引", index: "web.wiki.word", args: ["usr/learning/index.shy"]},
|
|
{name: "context", help: "编程", index: "web.wiki.word", args: ["src/main.shy"]},
|
|
]},
|
|
chrome: {name: "爬虫 chrome", list: [
|
|
{name: "feel", help: "网页爬虫", index: "web.wiki.feel", args: ["spide/"], feature: {
|
|
display: "/plugin/local/wiki/feel.js",
|
|
height: 200, limit: 3,
|
|
}},
|
|
{name: "cached", help: "爬虫缓存", index: "web.code.chrome.cache", args: []},
|
|
{name: "spided", help: "网页爬虫", index: "web.code.chrome.spide", args: location && location.protocol && location.protocol=="chrome-extension:"? ["1", "", "spide"]: ["1"]},
|
|
]},
|
|
}},
|
|
project: {name: "研发群", storm: {
|
|
studio: {name: "研发 studio", list: [
|
|
{name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/", "main.go"]},
|
|
{name: "repos", help: "代码库", index: "web.code.git.status"},
|
|
{name: "plan", help: "任务表", index: "web.team.plan"},
|
|
{name: "ctx", help: "上下文", index: "web.wiki.word", args: ["src/main.shy"]},
|
|
]},
|
|
web: {name: "网页 web", list: [
|
|
{name: "HTML5", help: "浏览器", index: "web.wiki.word", args: ["usr/icebergs/misc/chrome/chrome.shy"]},
|
|
]},
|
|
}},
|
|
profile: {name: "测试群", storm: {
|
|
release: {name: "发布 release", index: [
|
|
"web.code.publish", "web.code.compile", "web.code.autogen",
|
|
]},
|
|
research: {name: "测试 research", index: [
|
|
"web.code.favor", "web.code.bench", "web.code.pprof",
|
|
"web.code.case",
|
|
]},
|
|
}},
|
|
operate: {name: "运维群", storm: {
|
|
aaa: {name: "权限 aaa", index: [
|
|
"user", "sess", "role", "totp",
|
|
]},
|
|
web: {name: "应用 web", index: [
|
|
"spide", "route", "share", "dream",
|
|
]},
|
|
cli: {name: "系统 cli", index: [
|
|
"qrcode", "daemon", "system", "runtime",
|
|
]},
|
|
nfs: {name: "文件 nfs", index: [
|
|
"cat", "dir", "tail", "trash",
|
|
]},
|
|
ssh: {name: "脚本 ssh", index: [
|
|
"connect", "session", "service", "channel",
|
|
"source", "screen",
|
|
]},
|
|
}},
|
|
},
|
|
})
|
|
|