1
0
forked from x/ContextOS

add git.search

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-09-03 23:34:59 +08:00
parent 3183f1ccc7
commit 1ca4df670c
7 changed files with 65 additions and 61 deletions

View File

@ -3,13 +3,13 @@
# config serve main "/chat/cmd/web.wiki.portal/"
# config serve open "http://localhost:9020/chat/cmd/web.wiki.feel"
spide create name "com" link "http://2021.shylinux.com"
dream create name "20221205-sshd" repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com/chat/pod/20221205-sshd"
dream create name "20230511-golang-story" repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com/chat/pod/20230511-golang-story"
dream create name "20230511-docker-story" repos "https://shylinux.com/x/docker-story" binary "http://2021.shylinux.com/chat/pod/20230511-docker-story"
dream create name "20230511-linux-story" repos "https://shylinux.com/x/linux-story" binary "http://2021.shylinux.com/chat/pod/20230511-linux-story"
dream create name "20230511-nginx-story" repos "https://shylinux.com/x/nginx-story" binary "http://2021.shylinux.com/chat/pod/20230511-nginx-story"
dream create name "20230511-redis-story" repos "https://shylinux.com/x/redis-story" binary "http://2021.shylinux.com/chat/pod/20230511-redis-story"
dream create name "20230511-mysql-story" repos "https://shylinux.com/x/mysql-story" binary "http://2021.shylinux.com/chat/pod/20230511-mysql-story"
dream create name "20221205-sshd" icon usr/icons/ssh.png repos "https://shylinux.com/x/sshd" binary "http://2021.shylinux.com/chat/pod/20221205-sshd"
dream create name "20230511-golang-story" icon usr/icons/go.png repos "https://shylinux.com/x/golang-story" binary "http://2021.shylinux.com/chat/pod/20230511-golang-story"
dream create name "20230511-docker-story" icon src/client/docker.png repos "https://shylinux.com/x/docker-story" binary "http://2021.shylinux.com/chat/pod/20230511-docker-story"
dream create name "20230511-linux-story" icon src/linux.png repos "https://shylinux.com/x/linux-story" binary "http://2021.shylinux.com/chat/pod/20230511-linux-story"
dream create name "20230511-nginx-story" icon src/server/nginx.png repos "https://shylinux.com/x/nginx-story" binary "http://2021.shylinux.com/chat/pod/20230511-nginx-story"
dream create name "20230511-redis-story" icon src/client/redis.png repos "https://shylinux.com/x/redis-story" binary "http://2021.shylinux.com/chat/pod/20230511-redis-story"
dream create name "20230511-mysql-story" icon src/studio/mysql.png repos "https://shylinux.com/x/mysql-story" binary "http://2021.shylinux.com/chat/pod/20230511-mysql-story"
dream button web.wiki.portal web.chat.macos.desktop web.code.xterm web.code.vimer web.code.compile web.code.git.repos
~web.code

View File

@ -9,7 +9,7 @@ Volcanos({river: {
issue: {name: "发布 issue", icon: "bi bi-list-check", index: ["web.code.compile", "web.code.publish", "web.code.bench", "web.code.pprof", "web.dream", "web.space", "web.code.git.service", "web.code.git.status"]},
}},
operate: {name: "运维群", icon: "bi bi-gear", type: aaa.TECH, storm: {
web: {name: "应用 web", icon: "bi bi-browser-chrome", index: ["web.chat.oauth.client", "broad", "serve", "dream", "space", "route", "share", "count"]},
web: {name: "应用 web", icon: "bi bi-browser-chrome", index: ["web.chat.oauth.client", {index: "web.code.git.search", args: ["repos"]}, "broad", "serve", "dream", "space", "route", "share", "count"]},
aaa: {name: "权限 aaa", icon: "bi bi-people-fill", index: ["offer", "email", "user", "totp", "sess", "role"]},
cli: {name: "系统 cli", icon: "bi bi-windows", index: ["qrcode", "daemon", "runtime", "cli.procstat", "cli.procinfo", "mirrors", "signal", "timer", "routine", "log.debug"]},
nfs: {name: "文件 nfs", icon: "bi bi-server", index: ["dir", "cat", "tar", "pack", "tail", "trash", "server", "host", "port"]},

View File

@ -12,7 +12,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
cli.OPEN, "打开", cli.CLOSE, "关闭", cli.DONE, "完成",
cli.BUILD, "构建",
nfs.SAVE, "保存", nfs.LOAD, "加载", nfs.TRASH, "删除",
nfs.SAVE, "保存", nfs.LOAD, "加载", nfs.TRASH, "清理",
nfs.PUSH, "上传", nfs.PULL, "下载",
nfs.SOURCE, "源码", nfs.MODULE, "模块",
nfs.SCRIPT, "脚本",
@ -32,6 +32,8 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
"logs", "日志", "configs", "配置", "inspect", "详情", "portal", "首页",
"add", "添加", "opt", "优化", "fix", "修复",
"full", "全屏",
"more", "更多",
"clone", "克隆",
)})
kit.Dict(
mdb.REVERT, "恢复",

View File

@ -1,5 +1,5 @@
body.blue {
--legend-bg-color:var(--ui-blue-10);
--input-bg-color:var(--ui-geekblue-10);
--box-border:blue solid 1px;
--box-border:#9c9cb070 solid 1px;
}

View File

@ -1,6 +1,7 @@
body.red {
--legend-bg-color:var(--ui-volcano-9);
--input-bg-color:var(--ui-red-10);
--box-border:red solid 1px;
/* --box-border:red solid 1px; */
--box-border:#9c9cb070 solid 1px;
}

View File

@ -2,13 +2,14 @@
<head>
<meta name="viewport" content="width=device-width,user-scalable=no">
<meta charset="utf-8"><title>volcanos</title>
<link href="/index.css{{.Option "version"}}" rel="stylesheet">
<link href="/page/cache.css{{.Option "version"}}" rel="stylesheet">
<link href="/favicon.ico" rel="shortcut icon" type="image/ico">
<link href="/volcanos/favicon.ico" rel="shortcut icon" type="image/ico">
<link href="/volcanos/index.css{{.Option "version"}}" rel="stylesheet">
<link href="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
</head>
<body>
<script>_version = "{{.Option "version"}}"</script>
<script src="/proto.js{{.Option "version"}}"></script>
<script src="/page/cache.js{{.Option "version"}}"></script>
<script src="/volcanos/const.js{{.Option "version"}}"></script>
<script src="/volcanos/proto.js{{.Option "version"}}"></script>
<script src="/volcanos/page/cache.js{{.Option "version"}}"></script>
<script src="/require/src/main.js{{.Option "version"}}"></script>
</body>

View File

@ -1,59 +1,59 @@
{
"332d84": {
"meta": {
"args": "month",
"icon": "usr/icons/Calendar.png",
"index": "web.team.plan",
"name": "Calendar",
"time": "2023-08-03 09:42:37.312"
}
},
"3cb722": {
"meta": {
"icon": "/require/usr/icons/route.png",
"index": "web.route",
"name": "route",
"time": "2023-08-21 20:08:47.717"
}
},
"85a5df": {
"meta": {
"icon": "/require/usr/icons/info.png",
"index": "runtime",
"name": "runtime",
"time": "2023-08-21 13:03:22.938"
}
},
"b4badb": {
"meta": {
"icon": "usr/icons/Books.png",
"index": "web.wiki.word",
"name": "Books",
"time": "2023-08-03 09:42:37.311"
}
},
"d022d9": {
"meta": {
"icon": "/require/usr/icons/flows.png",
"index": "web.chat.flows",
"name": "flows",
"time": "2023-08-21 13:03:22.938"
}
},
"e08bef": {
"57243a": {
"meta": {
"icon": "usr/icons/Photos.png",
"index": "web.wiki.feel",
"name": "Photos",
"time": "2023-08-03 09:42:37.312"
"time": "2023-09-03 21:11:30.776"
}
},
"e76fbb": {
"71051a": {
"meta": {
"icon": "/require/usr/icons/Mission Control.png",
"index": "dream",
"name": "dream",
"time": "2023-09-03 21:13:14.548"
}
},
"859fa0": {
"meta": {
"icon": "usr/icons/Calendar.png",
"index": "web.team.plan",
"name": "Calendar",
"time": "2023-09-03 21:11:30.776"
}
},
"995aaa": {
"meta": {
"args": "[\"repos\"]",
"icon": "/require/usr/icons/gitea.png",
"index": "web.code.git.search",
"name": "gitea",
"time": "2023-09-03 21:13:14.784"
}
},
"a63b56": {
"meta": {
"icon": "usr/icons/flows.png",
"index": "web.chat.flows",
"name": "flows",
"time": "2023-09-03 21:11:30.776"
}
},
"abc833": {
"meta": {
"icon": "usr/icons/Books.png",
"index": "web.wiki.word",
"name": "Books",
"time": "2023-09-03 21:11:30.776"
}
},
"b9d4c2": {
"meta": {
"icon": "usr/icons/Grapher.png",
"index": "web.wiki.draw",
"name": "Grapher",
"time": "2023-08-03 09:42:37.312"
"time": "2023-09-03 21:11:30.776"
}
}
}