forked from x/ContextOS
add some
This commit is contained in:
parent
2653787c32
commit
c5b83801b4
@ -26,5 +26,10 @@
|
||||
binpack insert usr/node_modules/bootstrap-icons/font/
|
||||
binpack insert usr/icons/
|
||||
|
||||
~web
|
||||
spide create monitor https://monitor.shylinux.com
|
||||
spide create repos https://repos.shylinux.com
|
||||
spide create mail https://mail.shylinux.com
|
||||
|
||||
~ssh
|
||||
source local.shy
|
||||
|
@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"shylinux.com/x/ice"
|
||||
_ "shylinux.com/x/icebergs/core/chat/oauth"
|
||||
_ "shylinux.com/x/icebergs/misc/alpha"
|
||||
_ "shylinux.com/x/icebergs/misc/chrome"
|
||||
_ "shylinux.com/x/icebergs/misc/java"
|
||||
|
1
src/template/web.chat.header/language/en.js
Normal file
1
src/template/web.chat.header/language/en.js
Normal file
@ -0,0 +1 @@
|
||||
Volcanos("user", {_trans: {}})
|
48
src/template/web.chat.header/language/zh.js
Normal file
48
src/template/web.chat.header/language/zh.js
Normal file
@ -0,0 +1,48 @@
|
||||
Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
|
||||
mdb.CREATE, "创建", mdb.REMOVE, "删除", mdb.INSERT, "添加", mdb.DELETE, "删除",
|
||||
mdb.PRUNES, "清理", mdb.PRUNE, "清理", mdb.EXPORT, "导出", mdb.IMPORT, "导入",
|
||||
mdb.SEARCH, "搜索", mdb.PLUGIN, "插件",
|
||||
mdb.PREV, "上一页", mdb.NEXT, "下一页",
|
||||
|
||||
ice.LIST, "查看", ice.BACK, "返回", ice.RUN, "执行",
|
||||
ctx.ACTION, "操作",
|
||||
|
||||
cli.BEGIN, "开始", cli.END, "结束",
|
||||
cli.START, "启动", cli.STOP, "停止", cli.RESTART, "重启",
|
||||
cli.OPEN, "打开", cli.CLOSE, "关闭", cli.DONE, "完成",
|
||||
|
||||
nfs.SAVE, "保存", nfs.LOAD, "加载", nfs.TRASH, "清理",
|
||||
nfs.PUSH, "上传", nfs.PULL, "下载",
|
||||
nfs.SOURCE, "源码", nfs.MODULE, "模块",
|
||||
|
||||
web.CANCEL, "取消", web.SUBMIT, "提交",
|
||||
web.CLEAR, "清空", web.REFRESH, "刷新",
|
||||
web.UPLOAD, "上传", web.DOWNLOAD, "下载",
|
||||
web.SHARE, "共享", web.CONFIRM, "确定",
|
||||
|
||||
html.HEIGHT, "高度", html.WIDTH, "宽度",
|
||||
html.IFRAME, "预览",
|
||||
|
||||
code.XTERM, "终端", code.INNER, "源码",
|
||||
code.COMPILE, "编译", code.UPGRADE, "升级",
|
||||
|
||||
"Close", "关闭", "Close Other", "关闭其它", "Rename Tabs", "重命名",
|
||||
"logs", "日志", "configs", "配置", "inspect", "详情", "portal", "首页",
|
||||
"add", "添加", "opt", "优化", "fix", "修复",
|
||||
)})
|
||||
kit.Dict(
|
||||
mdb.REVERT, "恢复",
|
||||
aaa.INVITE, "邀请",
|
||||
mdb.LINK, "链接",
|
||||
web.CLEAR, "清空", web.TOIMAGE, "截图",
|
||||
nfs.COPY, "复制", nfs.EDIT, "编辑",
|
||||
nfs.RECENT, "最近",
|
||||
cli.SYSTEM, "命令", cli.ORDER, "加载", cli.BUILD, "构建",
|
||||
chat.LOCATION, "地图",
|
||||
html.LABEL, "标签", ice.SHOW, "显示", ice.HIDE, "隐藏", chat.PROJECT, "项目", chat.PROFILE, "详情", chat.ACTIONS, "操作",
|
||||
"full", "全屏",
|
||||
"message", "信息",
|
||||
"max", "最大",
|
||||
"auto", "自动",
|
||||
"prepare", "准备", "process", "处理", "finish", "完成",
|
||||
)
|
4
src/template/web.team.task/zone
Normal file
4
src/template/web.team.task/zone
Normal file
@ -0,0 +1,4 @@
|
||||
市场调研
|
||||
系统设计
|
||||
项目开发
|
||||
项目验收
|
@ -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/index.css{{.Option "version"}}" rel="stylesheet">
|
||||
<link href="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
|
||||
<link href="/volcanos/favicon.ico" rel="shortcut icon" type="image/ico">
|
||||
</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>Volcanos({{.Option "list"}})</script>
|
||||
</body>
|
||||
|
@ -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/index.css{{.Option "version"}}" rel="stylesheet">
|
||||
<link href="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
|
||||
<link href="/volcanos/favicon.ico" rel="shortcut icon" type="image/ico">
|
||||
</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>
|
||||
|
@ -1,12 +1,4 @@
|
||||
{
|
||||
"2598af": {
|
||||
"meta": {
|
||||
"name": "busybox",
|
||||
"text": "docker run -w /root -it busybox",
|
||||
"time": "2023-07-29 11:33:27.816",
|
||||
"type": "shell"
|
||||
}
|
||||
},
|
||||
"329132": {
|
||||
"meta": {
|
||||
"name": "2021.shylinux.com:20000",
|
||||
@ -31,14 +23,6 @@
|
||||
"type": "link"
|
||||
}
|
||||
},
|
||||
"45f8b9": {
|
||||
"meta": {
|
||||
"name": "alpine",
|
||||
"text": "docker run -w /root -it alpine",
|
||||
"time": "2023-07-29 11:33:50.015",
|
||||
"type": "shell"
|
||||
}
|
||||
},
|
||||
"6722d8": {
|
||||
"meta": {
|
||||
"name": "2021.shylinux.com:20001",
|
||||
|
Loading…
x
Reference in New Issue
Block a user