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

opt order.js

This commit is contained in:
shaoying 2020-07-08 19:47:14 +08:00
parent d779eba2a9
commit 52e8fb7f39

View File

@ -32,19 +32,19 @@ Volcanos("onengine", { river: {
"web.code.tmux.session",
]},
"redis": {name: "redis", action: [
{name: "redis", help: "redis", inputs: [
{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"}},
]},
"golang": {name: "golang", action: [
{name: "golang", help: "golang", inputs: [
{name: "golang", help: "编程", inputs: [
{type: "text", name: "path", value: "golang-story/src/main.shy"},
{type: "button", name: "查看", value: "auto"},
], index: "web.wiki.word", feature: {display: "/plugin/local/wiki/word.js"}},
]},
"nginx": {name: "nginx", action: [
{name: "nginx", help: "nginx", inputs: [
{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"}},