1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-07-08 20:08:45 +08:00
parent 52e8fb7f39
commit afd82a30d7
2 changed files with 9 additions and 6 deletions

View File

@ -17,6 +17,9 @@ ish_miss_prepare_session miss
# ish_miss_prepare_icebergs
# ish_miss_prepare_intshell
# ish_miss_prepare wubi-dict
# ish_miss_prepare word-dict
# ish_miss_prepare nginx-story
# ish_miss_prepare golang-story
# ish_miss_prepare redis-story

View File

@ -31,9 +31,9 @@ Volcanos("onengine", { river: {
"web.code.tmux.buffer",
"web.code.tmux.session",
]},
"redis": {name: "redis", action: [
{name: "redis", help: "缓存", inputs: [
{type: "text", name: "path", value: "redis-story/src/main.shy"},
"nginx": {name: "nginx", action: [
{name: "nginx", help: "代理", inputs: [
{type: "text", name: "path", value: "nginx-story/src/main.shy"},
{type: "button", name: "查看", value: "auto"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
]},
@ -43,9 +43,9 @@ Volcanos("onengine", { river: {
{type: "button", name: "查看", value: "auto"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
]},
"nginx": {name: "nginx", action: [
{name: "nginx", help: "代理", inputs: [
{type: "text", name: "path", value: "nginx-story/src/main.shy"},
"redis": {name: "redis", action: [
{name: "redis", help: "缓存", inputs: [
{type: "text", name: "path", value: "redis-story/src/main.shy"},
{type: "button", name: "查看", value: "auto"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
]},