This commit is contained in:
fofolee 2020-05-16 11:12:32 +08:00
parent f18b48f461
commit 7e853946f7
3 changed files with 15 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# 快捷命令 V1.5.9 # 快捷命令 V1.6.0
## 简介 ## 简介
@ -6,6 +6,12 @@
### 更新 ### 更新
#### v1.6.0
- 修复php乱码
- 自定义解释器时,可以选择输出的编码方式
- 模拟操作模式的`+延时`合并到`+动作中`
#### v1.5.9 #### v1.5.9
- 修复不能导入命令的bug - 修复不能导入命令的bug

View File

@ -1,4 +1,4 @@
# 快捷命令 V1.5.9 # 快捷命令 V1.6.0
## 简介 ## 简介
@ -6,6 +6,12 @@
### 更新 ### 更新
#### v1.6.0
- 修复php乱码
- 自定义解释器时,可以选择输出的编码方式
- 模拟操作模式的`+延时`合并到`+动作中`
#### v1.5.9 #### v1.5.9
- 修复不能导入命令的bug - 修复不能导入命令的bug

View File

@ -4,10 +4,9 @@
"main": "index.html", "main": "index.html",
"homepage": "https://github.com/fofolee/uTools-QuickerCommand", "homepage": "https://github.com/fofolee/uTools-QuickerCommand",
"publishPage": "https://yuanliao.info/d/424", "publishPage": "https://yuanliao.info/d/424",
"version": "1.5.9", "version": "1.6.0",
"author": "云之轩", "author": "云之轩",
"logo": "logo.png", "logo": "logo.png",
"platform": [ "win32", "darwin", "linux" ],
"preload": "preload.js", "preload": "preload.js",
"features": [ "features": [
{ {