1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00

opt miss.sh

This commit is contained in:
shaoying 2020-06-04 10:25:49 +08:00
parent a36ce55d46
commit 577b052fa0
3 changed files with 15 additions and 6 deletions

View File

@ -20,11 +20,14 @@ ish_miss_prepare toolkits
# ish_miss_prepare wubi-dict
# ish_miss_prepare word-dict
repos=(volcanos icebergs intshell contexts toolkits learning)
ish_miss_pull() {
cd usr/volcanos && pwd && git pull; cd -
cd usr/icebergs && pwd && git pull; cd -
cd usr/toolkits && pwd && git pull; cd -
cd usr/learning && pwd && git pull; cd -
cd usr/intshell && pwd && git pull; cd -
cd usr/contexts && pwd && git pull; cd -
for repos in $repos; do
cd usr/$repos && pwd && git pull; cd -
done
}
ish_miss_status() {
for repos in $repos; do
cd usr/$repos && pwd && git status; cd -
done
}

1
usr/contexts Symbolic link
View File

@ -0,0 +1 @@
../

View File

@ -10,6 +10,11 @@ Volcanos("onengine", { river: {
{type: "button", name: "历史"},
{type: "button", name: "复盘"},
], index: "web.wiki.inner", feature: {display: "/plugin/inner.js", style: "editor"}},
{name: "word", help: "文档", inputs: [
{type: "text", name: "path", value: "自然/编程/hi.shy", action: "auto"},
{type: "button", name: "查看", action: "auto"},
{type: "button", name: "返回"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js", style: "word"}},
]},
"word": {name: "word", action: [
{name: "trans", help: "词汇", inputs: [