mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 04:12:45 +08:00
文档更新
This commit is contained in:
parent
baeb9ae457
commit
9760e2c53e
@ -12,7 +12,7 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
[CHANGELOG](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/CHANGELOG.md)
|
||||
[CHANGELOG](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md)
|
||||
|
||||
## 功能
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
## 更新日志
|
||||
|
||||
[CHANGELOG](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/CHANGELOG.md)
|
||||
[CHANGELOG](https://github.com/fofolee/uTools-QuickerCommand/blob/master/src/helps/CHANGELOG.md)
|
||||
|
||||
## 功能
|
||||
|
||||
|
247
src/helps/CHANGELOG.html
Normal file
247
src/helps/CHANGELOG.html
Normal file
File diff suppressed because one or more lines are too long
@ -30,6 +30,10 @@
|
||||
|
||||

|
||||
|
||||
#### 帮助
|
||||
|
||||
新增一篇[帮助文档](./HELP.html)
|
||||
|
||||
### 新增特性
|
||||
|
||||
#### 匹配
|
||||
@ -49,12 +53,14 @@
|
||||
- 现在添加按键通过监听按键进行添加,不再需要手动添加
|
||||
- 添加更多的预设动作
|
||||
- 重写延时函数,解决 utools 隐藏后延时不准的问题(其实是 electron 的问题)
|
||||
- [API 文档](./quickcommand.html)
|
||||
|
||||

|
||||
|
||||
##### 其他脚本
|
||||
|
||||
- 新增支持运行`C# ` 和`C`脚本
|
||||
- 新增支持运行`C# `,需要安装 .net framework v4.0.30319
|
||||
- `C`脚本, 需要安装 gcc 并加入环境变量
|
||||
- windows 下可以通过 wsl 运行`shell`脚本
|
||||
- 可以运行带参数的脚本
|
||||
|
||||
@ -99,11 +105,6 @@
|
||||
|
||||
- 支持将命令导出到剪贴板,以及通过剪贴板导入命令
|
||||
|
||||
|
||||
#### 文档
|
||||
|
||||
- 新增两个文档,分别为插件的`帮助说明`和`quickcommand 文档`
|
||||
|
||||
#### 其他
|
||||
|
||||
- 删除命令时会再次确认
|
||||
@ -111,7 +112,7 @@
|
||||
## v1.6.1
|
||||
|
||||
- 现在执行快捷命令时,会现将uTools的高度设置为0,如果有输出,再展开
|
||||
- 模拟动作模式增加支持`require`
|
||||
- 模拟动作模式增加支持`require`
|
||||
- 匹配主窗口输入模式下,会对输入的格式做简单校验
|
||||
|
||||
## v1.6.0
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,12 @@
|
||||
[TOC]
|
||||
|
||||
# 一、添加命令
|
||||
# 一、更新日志
|
||||
|
||||
[更新日志戳我](CHANGELOG.html)
|
||||
|
||||
|
||||
|
||||
# 二、添加命令
|
||||
|
||||
## 基础
|
||||
|
||||
@ -112,7 +118,7 @@
|
||||
|
||||

|
||||
|
||||
# 二、导出/分享/导入
|
||||
# 三、导出/分享/导入
|
||||
|
||||
#### 导出命令
|
||||
|
||||
@ -166,7 +172,7 @@
|
||||
|
||||
2. 访问[ https://www.yuque.com/fofolee/qcreleases ]( https://www.yuque.com/fofolee/qcreleases )即可查看发布的命令
|
||||
|
||||
# 三、关于
|
||||
# 四、关于
|
||||
|
||||
#### 作者
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user