mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
0e25bac70f
commit
110c499129
@ -1,4 +1,5 @@
|
||||
~web
|
||||
config space main desktop
|
||||
spide create "com" `https://2021.shylinux.com`
|
||||
spide create "email" `https://mail.shylinux.com`
|
||||
~web
|
||||
|
7
etc/path
7
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
|
||||
|
@ -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
|
||||
`
|
@ -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: [
|
||||
|
@ -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, "邀请",
|
||||
|
5
usr/local/export/web.team.task/zone.csv
Normal file
5
usr/local/export/web.team.task/zone.csv
Normal file
@ -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,
|
|
Loading…
x
Reference in New Issue
Block a user