diff --git a/etc/init.shy b/etc/init.shy index a6e692bd..c3918636 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -1,4 +1,5 @@ ~web + config space main desktop spide create "com" `https://2021.shylinux.com` spide create "email" `https://mail.shylinux.com` ~web diff --git a/etc/path b/etc/path index 69f85a7b..adcd8877 100644 --- a/etc/path +++ b/etc/path @@ -3,17 +3,10 @@ usr/publish usr/local/bin usr/local/go/bin usr/local/work/20221205-sshd/usr/publish -usr/install/bash-5.1/_install/bin usr/install/tmux-3.2/_install/bin usr/install/git-2.31.1/_install/bin usr/install/git-2.31.1/_install/libexec/git-core usr/install/vim-vim-12be734/_install/bin -usr/install/ctags-5.8/_install/bin -usr/install/gcc-4.8.4/_install/bin -usr/install/gdb-7.6.1/_install/bin -usr/install/qemu-3.1.0/_install/bin -usr/install/ffmpeg-4.2.1/_install/bin -usr/install/redis-5.0.8/_install/bin usr/install/node-v16.15.1-darwin-x64/bin usr/install/node-v16.15.1-linux-x64/bin usr/install/jdk-18/bin diff --git a/src/document/commands/index.shy b/src/document/commands/index.shy index a8d97891..ff137fd6 100644 --- a/src/document/commands/index.shy +++ b/src/document/commands/index.shy @@ -19,20 +19,20 @@ navmenu ` serve serve.shy space space.shy 核心模块 core/ - location shylinux.com/x/icebergs@v1.6.3/core/chat/location.shy + location usr/icebergs/core/chat/location.shy code code/ compile compile.shy publish publish.shy - xterm shylinux.com/x/icebergs@v1.6.3/core/code/xterm.shy + xterm usr/icebergs/core/code/xterm.shy wiki wiki/ word word.shy 其它模块 misc/ - bash.bash shylinux.com/x/icebergs@v1.6.3/misc/bash/bash.shy - bash.zsh shylinux.com/x/icebergs@v1.6.3/misc/bash/zsh.shy - chrome.chrome shylinux.com/x/icebergs@v1.6.3/misc/chrome/chrome.shy - java.java shylinux.com/x/icebergs@v1.6.3/misc/java/java.shy - java.spring shylinux.com/x/icebergs@v1.6.3/misc/java/spring.shy - node.node shylinux.com/x/icebergs@v1.6.3/misc/node/node.shy - node.npm shylinux.com/x/icebergs@v1.6.3/misc/node/npm.shy - node.vue shylinux.com/x/icebergs@v1.6.3/misc/node/vue.shy + bash.bash usr/icebergs/misc/bash/bash.shy + bash.zsh usr/icebergs/misc/bash/zsh.shy + chrome.chrome usr/icebergs/misc/chrome/chrome.shy + java.java usr/icebergs/misc/java/java.shy + java.spring usr/icebergs/misc/java/spring.shy + node.node usr/icebergs/misc/node/node.shy + node.npm usr/icebergs/misc/node/npm.shy + node.vue usr/icebergs/misc/node/vue.shy ` \ No newline at end of file diff --git a/src/main.js b/src/main.js index d449cec6..2d3c7f03 100644 --- a/src/main.js +++ b/src/main.js @@ -1,12 +1,17 @@ Volcanos({river: { product: {name: "产品群", icon: "bi bi-bar-chart-line-fill", storm: { office: {name: "办公 office", icon: "bi bi-bar-chart-line-fill", index: [ - "web.wiki.portal", "web.chat.macos.desktop", - "web.wiki.feel", + "web.chat.location", "web.chat.flows", "web.wiki.draw", + "web.wiki.feel", ]}, + mall: {name: "电商 mall", icon: "bi bi-shop", index: [ + "web.mall.goods", + "web.mall.admin", + "web.mall.order", + ]} }}, project: {name: "研发群", icon: "bi bi-git", storm: { studio: {name: "研发 studio", icon: "bi bi-git", index: [ diff --git a/src/template/web.chat.header/language/zh-cn.js b/src/template/web.chat.header/language/zh-cn.js index da1e6879..139aebf7 100644 --- a/src/template/web.chat.header/language/zh-cn.js +++ b/src/template/web.chat.header/language/zh-cn.js @@ -1,4 +1,5 @@ -Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二", "周三", "周四", "周五", "周六"], +Volcanos("user", {_trans: kit.Dict( + "_week_header", ["周日", "周一", "周二", "周三", "周四", "周五", "周六"], mdb.CREATE, "创建", mdb.REMOVE, "删除", mdb.INSERT, "添加", mdb.DELETE, "删除", mdb.MODIFY, "编辑", mdb.REVERT, "恢复", mdb.PRUNES, "清理", mdb.PRUNE, "清理", mdb.EXPORT, "导出", mdb.IMPORT, "导入", mdb.SEARCH, "搜索", mdb.PLUGIN, "插件", @@ -41,6 +42,49 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二" "show", "预览", "exec", "输出", "record1", "截图", "record2", "录屏", + html.INPUT, kit.Dict( + mdb.TIME, "时间", + mdb.ZONE, "分类", + mdb.HASH, "索引", + mdb.ID, "序号", + mdb.KEY, "键值", + mdb.TYPE, "类型", + mdb.NAME, "名称", + mdb.TEXT, "详情", + mdb.COUNT, "数量", + mdb.STATUS, "状态", + ctx.ACTION, "操作", + ctx.INDEX, "命令", + web.FILTER, "筛选", + web.DOMAIN, "域名", + web.SPACE, "空间", + web.LINK, "链接", + cli.COST, "耗时", + nfs.PATH, "路径", + nfs.FILE, "文件", + nfs.LINE, "行号", + nfs.SIZE, "大小", + nfs.IMAGE, "图片", + nfs.REPOS, "仓库", + nfs.MODULE, "模块", + nfs.SCRIPT, "脚本", + nfs.BRANCH, "分支", + nfs.VERSION, "版本", + tcp.PROTO, "协议", + tcp.HOST, "主机", + tcp.PORT, "端口", + tcp.HOSTNAME, "主机名", + tcp.SERVICE, "服务", + aaa.USERNAME, "用户", + aaa.USERNICK, "昵称", + aaa.USERROLE, "角色", + aaa.USERZONE, "单位", + aaa.ROLE, "角色", + gdb.SIGNAL, "信号", + "log", kit.Dict( + mdb.ID, "链路", + ), + ), )}) kit.Dict( aaa.INVITE, "邀请", diff --git a/usr/local/export/web.team.task/zone.csv b/usr/local/export/web.team.task/zone.csv new file mode 100644 index 00000000..8fc96988 --- /dev/null +++ b/usr/local/export/web.team.task/zone.csv @@ -0,0 +1,5 @@ +zone,begin_time,end_time,id,status,level,score,type,name,text,extra +功能开发,2023-10-25 11:59:36.368,,1,process,3,3,once,word,space,"{""args"":""20230511-docker-story:src/main.shy"",""index"":""web.wiki.word""}" +功能开发,2023-10-25 16:57:54,,2,process,3,3,once,mall,admin/goods/order,"{""index"":""web.mall.goods""}" +功能开发,2023-10-26 11:20:40.010,,3,process,3,3,once,contexts,trans.input, +功能开发,2023-10-26 11:00:00,,4,prepare,3,3,once,mall,order,