forked from x/ContextOS
opt some
This commit is contained in:
parent
52e8fb7f39
commit
afd82a30d7
@ -17,6 +17,9 @@ ish_miss_prepare_session miss
|
|||||||
# ish_miss_prepare_icebergs
|
# ish_miss_prepare_icebergs
|
||||||
# ish_miss_prepare_intshell
|
# ish_miss_prepare_intshell
|
||||||
|
|
||||||
|
# ish_miss_prepare wubi-dict
|
||||||
|
# ish_miss_prepare word-dict
|
||||||
|
|
||||||
# ish_miss_prepare nginx-story
|
# ish_miss_prepare nginx-story
|
||||||
# ish_miss_prepare golang-story
|
# ish_miss_prepare golang-story
|
||||||
# ish_miss_prepare redis-story
|
# ish_miss_prepare redis-story
|
||||||
|
@ -31,9 +31,9 @@ Volcanos("onengine", { river: {
|
|||||||
"web.code.tmux.buffer",
|
"web.code.tmux.buffer",
|
||||||
"web.code.tmux.session",
|
"web.code.tmux.session",
|
||||||
]},
|
]},
|
||||||
"redis": {name: "redis", action: [
|
"nginx": {name: "nginx", action: [
|
||||||
{name: "redis", help: "缓存", inputs: [
|
{name: "nginx", help: "代理", inputs: [
|
||||||
{type: "text", name: "path", value: "redis-story/src/main.shy"},
|
{type: "text", name: "path", value: "nginx-story/src/main.shy"},
|
||||||
{type: "button", name: "查看", value: "auto"},
|
{type: "button", name: "查看", value: "auto"},
|
||||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||||
]},
|
]},
|
||||||
@ -43,9 +43,9 @@ Volcanos("onengine", { river: {
|
|||||||
{type: "button", name: "查看", value: "auto"},
|
{type: "button", name: "查看", value: "auto"},
|
||||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||||
]},
|
]},
|
||||||
"nginx": {name: "nginx", action: [
|
"redis": {name: "redis", action: [
|
||||||
{name: "nginx", help: "代理", inputs: [
|
{name: "redis", help: "缓存", inputs: [
|
||||||
{type: "text", name: "path", value: "nginx-story/src/main.shy"},
|
{type: "text", name: "path", value: "redis-story/src/main.shy"},
|
||||||
{type: "button", name: "查看", value: "auto"},
|
{type: "button", name: "查看", value: "auto"},
|
||||||
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
|
||||||
]},
|
]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user