mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
docs: 更新文档
This commit is contained in:
parent
f16620c3d9
commit
3c18958665
@ -1,8 +1,8 @@
|
||||
|
||||
|
||||
# 快捷命令 V2.1.1
|
||||
# 快捷命令 V2.2.0
|
||||
|
||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
|
||||
## 简介
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
|
||||
|
||||
# 快捷命令 V2.1.1
|
||||
# 快捷命令 V2.2.0
|
||||
|
||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
[](https://github.com/fofolee/uTools-QuickerCommand/stargazers) [](https://github.com/fofolee/uTools-QuickerCommand/network/members) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/LICENSE) [](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424) [](https://yuanliao.info/d/424)
|
||||
|
||||
## 简介
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,15 @@
|
||||
## v2.2.0
|
||||
|
||||
- 支持通过网络路径,本地路径和在线搜索三种形式来设置命令图标
|
||||
- 新增两个特殊变量 {{type}} 和 {{payload}},适用于非 quickcommand 环境下的专业模式
|
||||
- 新增`NewCommand`功能,方便快速进入新建命令界面
|
||||
- 增加一个内置命令,可以一键将当前浏览器网址添加到快捷命令的功能
|
||||
- 增加 quickcommand.runVbs,可以运行 vbs 脚本
|
||||
- 修复分享中心调整图标显示bug
|
||||
- 去除`运行脚本`功能
|
||||
|
||||

|
||||
|
||||
## v2.1.1
|
||||
|
||||
- 在新建命令支持选择任意文件作为图标
|
||||
|
File diff suppressed because one or more lines are too long
@ -387,6 +387,19 @@ quickcommand.loadRemoteScript(remote).then(swal => {
|
||||
quickcommand.kill(16084)
|
||||
```
|
||||
|
||||
#### `runVbs(script)`
|
||||
- script: String VBS代码
|
||||
- 返回: Promise
|
||||
- Result: String 脚本运行结果
|
||||
|
||||
windows 下运行 VBS 脚本
|
||||
|
||||
**示例**
|
||||
|
||||
```js
|
||||
quickcommand.runVbs(`CreateObject("SAPI.SpVoice").Speak"Hello"`)
|
||||
```
|
||||
|
||||
### ❖ utools 封装
|
||||
|
||||
#### `enterData`
|
||||
|
Loading…
x
Reference in New Issue
Block a user