From d84bb195610b2af59aae4eab65ceac09be2009e9 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 17 Jun 2020 23:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eruncode=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/plugin.json b/src/plugin.json index a8edf87..7a00f07 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -12,7 +12,12 @@ { "code": "options", "explain": "自定义在 uTools 中快速执行的命令或脚本", - "cmds": [ "快捷命令", "QuickCommand" ] + "cmds": [ "快捷命令", "QuickCommand"] + }, + { + "code": "code", + "explain": "无需打开编辑器,快速运行临时代码", + "cmds": [ "运行代码", "RunCode"] } ] } \ No newline at end of file