mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
opt miss.sh
This commit is contained in:
parent
a36ce55d46
commit
577b052fa0
15
etc/miss.sh
15
etc/miss.sh
@ -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
1
usr/contexts
Symbolic link
@ -0,0 +1 @@
|
||||
../
|
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user