From 1d9c794362b27501d44a7d843d4c5d123ad95f25 Mon Sep 17 00:00:00 2001 From: shylinux Date: Thu, 10 Sep 2020 09:30:28 +0800 Subject: [PATCH] opt some --- frame.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frame.js b/frame.js index fded72ed..542e2830 100644 --- a/frame.js +++ b/frame.js @@ -189,6 +189,7 @@ Volcanos("onengine", {help: "解析引擎", list: [], _init: function(can, meta, "project": {name: "研发群", storm: { "studio": {name: "研发 studio", action: [ {name: "route", help: "路由器", index: "web.route"}, + {name: "shell", help: "命令行", index: "ssh.listen"}, {name: "inner", help: "编辑器", index: "web.code.inner", args: ["src/", "main.go"]}, {name: "status", help: "代码状态", index: "web.code.git.status"}, {name: "total", help: "代码统计", index: "web.code.git.total"},