diff --git a/README.md b/README.md index a81fc4c..53157df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 快捷命令 V1.6.0 +# 快捷命令 V1.6.1 ## 简介 @@ -6,6 +6,12 @@ ### 更新 +#### v1.6.1 + + - 现在执行快捷命令时,会现将uTools的高度设置为0,如果有输出,再展开 + - 模拟动作模式增加支持`require` 😈😈 + - 匹配主窗口输入模式下,会对输入的格式做简单校验 + #### v1.6.0 - 修复php乱码 @@ -161,9 +167,9 @@ 插值使用示例 -![UTOOLS1586459651493.png](https://user-gold-cdn.xitu.io/2020/4/10/171605d2dcc092fd?w=804&h=660&f=png&s=36561) +![tfoJsJ.png](https://s1.ax1x.com/2020/06/08/tfoJsJ.png) -![UTOOLS1586459708623.png](https://user-gold-cdn.xitu.io/2020/4/10/171605e0cf962dad?w=804&h=660&f=png&s=29783) +![tfoNZR.png](https://s1.ax1x.com/2020/06/08/tfoNZR.png) ## 安装方法 diff --git a/src/README.md b/src/README.md index a81fc4c..53157df 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# 快捷命令 V1.6.0 +# 快捷命令 V1.6.1 ## 简介 @@ -6,6 +6,12 @@ ### 更新 +#### v1.6.1 + + - 现在执行快捷命令时,会现将uTools的高度设置为0,如果有输出,再展开 + - 模拟动作模式增加支持`require` 😈😈 + - 匹配主窗口输入模式下,会对输入的格式做简单校验 + #### v1.6.0 - 修复php乱码 @@ -161,9 +167,9 @@ 插值使用示例 -![UTOOLS1586459651493.png](https://user-gold-cdn.xitu.io/2020/4/10/171605d2dcc092fd?w=804&h=660&f=png&s=36561) +![tfoJsJ.png](https://s1.ax1x.com/2020/06/08/tfoJsJ.png) -![UTOOLS1586459708623.png](https://user-gold-cdn.xitu.io/2020/4/10/171605e0cf962dad?w=804&h=660&f=png&s=29783) +![tfoNZR.png](https://s1.ax1x.com/2020/06/08/tfoNZR.png) ## 安装方法 diff --git a/src/plugin.json b/src/plugin.json index c387285..a8edf87 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -4,7 +4,7 @@ "main": "index.html", "homepage": "https://github.com/fofolee/uTools-QuickerCommand", "publishPage": "https://yuanliao.info/d/424", - "version": "1.6.0", + "version": "1.6.1", "author": "云之轩", "logo": "logo.png", "preload": "preload.js",