diff --git a/etc/miss.sh b/etc/miss.sh index 6c0d4538..dfe763dc 100644 --- a/etc/miss.sh +++ b/etc/miss.sh @@ -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 diff --git a/usr/publish/order.js b/usr/publish/order.js index 68e9ceb1..5f6c3a0f 100644 --- a/usr/publish/order.js +++ b/usr/publish/order.js @@ -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"}}, ]},