mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-07-02 05:52:46 +08:00
v1.6.0
This commit is contained in:
parent
f18b48f461
commit
7e853946f7
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user