From 6fd2e0e92e6bf00a9908a0b415f8e66f7edaee0f Mon Sep 17 00:00:00 2001 From: shylinux Date: Mon, 24 Aug 2020 17:50:48 +0800 Subject: [PATCH] opt some --- frame.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.js b/frame.js index 3abaf5d3..f38662f4 100644 --- a/frame.js +++ b/frame.js @@ -188,7 +188,7 @@ Volcanos("onengine", {help: "解析引擎", list: [], _init: function(can, meta, }}, "project": {name: "研发群", storm: { "studio": {name: "studio", action: [ - {name: "dir", help: "文件", index: "nfs.dir", args: ["usr/publish/", "time size path link"]}, + {name: "dir", help: "文件夹", index: "nfs.dir", args: ["usr/publish/", "time size path link"]}, {name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/", "main.go"]}, {name: "status", help: "代码状态", index: "web.code.git.status"}, {name: "total", help: "代码统计", index: "web.code.git.total"},