mirror of
https://shylinux.com/x/ContextOS
synced 2025-06-26 01:47:30 +08:00
opt wiki
This commit is contained in:
parent
3dce05fbcf
commit
2fd2496f83
@ -19,22 +19,22 @@ navmenu `
|
||||
serve serve.shy
|
||||
space space.shy
|
||||
核心模块 core/
|
||||
location usr/icebergs/core/chat/location.shy
|
||||
location /Users/shy/contexts/usr/icebergs/core/chat/location.shy
|
||||
code code/
|
||||
compile compile.shy
|
||||
publish publish.shy
|
||||
xterm usr/icebergs/core/code/xterm.shy
|
||||
plan usr/icebergs/core/team/plan.shy
|
||||
xterm /Users/shy/contexts/usr/icebergs/core/code/xterm.shy
|
||||
plan /Users/shy/contexts/usr/icebergs/core/team/plan.shy
|
||||
wiki wiki/
|
||||
word word.shy
|
||||
其它模块 misc/
|
||||
chrome.chrome usr/icebergs/misc/chrome/chrome.shy
|
||||
git.git usr/icebergs/misc/git/git.shy
|
||||
git.search usr/icebergs/misc/git/search.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
|
||||
tmux.tmux usr/icebergs/misc/tmux/tmux.shy
|
||||
chrome.chrome /Users/shy/contexts/usr/icebergs/misc/chrome/chrome.shy
|
||||
git.git /Users/shy/contexts/usr/icebergs/misc/git/git.shy
|
||||
git.search /Users/shy/contexts/usr/icebergs/misc/git/search.shy
|
||||
java.java /Users/shy/contexts/usr/icebergs/misc/java/java.shy
|
||||
java.spring /Users/shy/contexts/usr/icebergs/misc/java/spring.shy
|
||||
node.node /Users/shy/contexts/usr/icebergs/misc/node/node.shy
|
||||
node.npm /Users/shy/contexts/usr/icebergs/misc/node/npm.shy
|
||||
node.vue /Users/shy/contexts/usr/icebergs/misc/node/vue.shy
|
||||
tmux.tmux /Users/shy/contexts/usr/icebergs/misc/tmux/tmux.shy
|
||||
`
|
@ -6,8 +6,6 @@ _
|
||||
"命 令" commands/
|
||||
"开 发" development/
|
||||
"资 源" https://repos.shylinux.com/explore/repos
|
||||
"社 区" community/
|
||||
"支 持" support/
|
||||
_
|
||||
"登 录" /chat/portal/
|
||||
`
|
||||
|
@ -33,6 +33,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
||||
"add", "添加", "opt", "优化", "fix", "修复",
|
||||
"full", "全屏",
|
||||
"more", "更多",
|
||||
"play", "播放",
|
||||
"send", "发送",
|
||||
"actions", "操作",
|
||||
"clone", "克隆",
|
||||
|
@ -3,4 +3,4 @@ body.red {
|
||||
--legend-bg-color:var(--ui-volcano-9);
|
||||
--input-bg-color:var(--ui-red-10);
|
||||
}
|
||||
|
||||
body.red fieldset.draw.trend div.output svg { background-color:#d895959e; }
|
||||
|
@ -1,2 +1,2 @@
|
||||
<audio {{.OptionTemplate}} src="{{.Option "text"}}" controls></audio>
|
||||
<audio {{.OptionTemplate}} src="{{.Option "link"}}" controls></audio>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
<img {{.OptionTemplate}} title="{{.Option "text"}}" src="{{.Option "text"}}">
|
||||
<img {{.OptionTemplate}} src="{{.Option "link"}}">
|
||||
|
@ -1,2 +1,2 @@
|
||||
<video {{.OptionTemplate}} title="{{.Option "text"}}" src="{{.Option "text"}}" controls></video>
|
||||
<video {{.OptionTemplate}} src="{{.Option "link"}}" controls></video>
|
||||
|
||||
|
@ -14,5 +14,13 @@
|
||||
"time": "2023-07-29 11:33:50.015",
|
||||
"type": "shell"
|
||||
}
|
||||
},
|
||||
"b86b7a": {
|
||||
"meta": {
|
||||
"name": "在线音乐",
|
||||
"text": "https://tools.liumingye.cn/music/#/",
|
||||
"time": "2023-10-09 11:32:17.094",
|
||||
"type": "link"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user