From f5d4f4ee6f48b1bc58521005634c25c4c61d23ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83?= Date: Sat, 24 Feb 2024 18:44:18 +0800 Subject: [PATCH] 0.33 --- docx/CHANGELOG.md | 2 +- docx/_sidebar.md | 2 +- docx/actions/detection/MatchTemplate.md | 2 +- .../{ForegroundWindow.md => ActiveWindow.md} | 15 ++++----------- docx/introduction/installation/question/quest1.md | 8 ++++++-- docx/introduction/installation/question/quest2.md | 2 +- docx/introduction/workflow/property.md | 4 ---- 7 files changed, 14 insertions(+), 21 deletions(-) rename docx/actions/window/{ForegroundWindow.md => ActiveWindow.md} (76%) diff --git a/docx/CHANGELOG.md b/docx/CHANGELOG.md index 9d1b7df..460348a 100644 --- a/docx/CHANGELOG.md +++ b/docx/CHANGELOG.md @@ -4,7 +4,7 @@ 1. 添加 [点击 * 网格](./actions/mouse/CellClick.md)。 2. [参数](./actions/control/Param.md) 动作添加索引参数。 -3. 安卓操添加[*键盘输入*](./actions/android/Adbkeyboard.md),支持中文输入。 +3. 安卓操作添加[*键盘输入*](./actions/android/Adbkeyboard.md),支持中文输入。 4. 修复:删除有多个入口动作时崩溃问题。 5. 监听鼠标键盘动作忽略由动作本身发出的键盘鼠标模拟。 6. 修复[判空](./actions/control/IsEmpty.md) 动作逻辑错误。 diff --git a/docx/_sidebar.md b/docx/_sidebar.md index 6da85cc..262d50f 100644 --- a/docx/_sidebar.md +++ b/docx/_sidebar.md @@ -71,7 +71,7 @@ - [查找窗口](./actions/window/FindWindow.md) - [特定窗口](./actions/window/SpecialWindow.md) - [消息框](./actions/window/MessageBox.md) - - [前置窗口](./actions/window/ForegroundWindow.md) + - [激活窗口](./actions/window/ActiveWindow.md) - [祖先窗口](./actions/window/WindowAncestor.md) - [窗口置顶](./actions/window/PositionWindow.md) - [运行框](./actions/window/WinRun.md) diff --git a/docx/actions/detection/MatchTemplate.md b/docx/actions/detection/MatchTemplate.md index 6270fc7..ce3387d 100644 --- a/docx/actions/detection/MatchTemplate.md +++ b/docx/actions/detection/MatchTemplate.md @@ -17,7 +17,7 @@ * 模板 > 要查找的图像,可以是彩色图像,不能比源图像大。 * 精度 -> 根据相似度进行过滤, 低于该值的认为不匹配。 匹配越好,该值越大。**1** 表示完美匹配。 +> 根据相似度进行过滤, 低于该值的认为不匹配。取值范围:(-1 ~ 1) ,**1** 表示完美匹配,**-1** 表示糟糕的匹配,**0** 表示没有任何相关性。 ## 输出 diff --git a/docx/actions/window/ForegroundWindow.md b/docx/actions/window/ActiveWindow.md similarity index 76% rename from docx/actions/window/ForegroundWindow.md rename to docx/actions/window/ActiveWindow.md index 74a1b71..7f1b2ae 100644 --- a/docx/actions/window/ForegroundWindow.md +++ b/docx/actions/window/ActiveWindow.md @@ -1,7 +1,7 @@ -# 前置窗口 +#激活窗口 将创建指定窗口的线程置于前台并激活该窗口。键盘输入被定向到窗口,并且为用户改变各种视觉提示。系统为创建前台窗口的线程分配比其他线程稍高的优先级。 -![ForegroundWindow](./images/05.png ':size=90%') +![ActiveWindow](./images/05.png ':size=90%') ## 子流程 > 不支持 @@ -9,7 +9,7 @@ ## 运行参数 -* [window](./types/Wnd.md) +* [窗口](./types/Wnd.md) > 如果为空,返回当前的前置窗口。如果不为空,设置该窗口为前置窗口。 ## 输出 @@ -17,16 +17,9 @@ > [`Wnd`](./types/Wnd.md) -## 脚本调用 - -```python -import simple; - -``` - ## 资源 -示例:https://github.com/shelllet/WinUi/blob/main/window/ForegroundWindow.simple +示例:https://github.com/shelllet/WinUi/blob/main/window/ActiveWindow.simple diff --git a/docx/introduction/installation/question/quest1.md b/docx/introduction/installation/question/quest1.md index b4f6bc3..85ad8b2 100644 --- a/docx/introduction/installation/question/quest1.md +++ b/docx/introduction/installation/question/quest1.md @@ -1,4 +1,4 @@ -# 安装完后无法启动问题排查方法 +## [Deprecated] 事件日志 1. 按 Windows + R 打开运行框,输入 *eventvwr.msc* 打开事件日志。 @@ -26,4 +26,8 @@ 8. 在事件查看器中,右键点击 *应用程序*,选择 *刷新*,查看日志详情。 - ![img](../images/09.png ':size=60%') \ No newline at end of file + ![img](../images/09.png ':size=60%') + +## 日志文件 + +在资源管理器地址栏输入 `%LOCALAPPDATA%\Simple\Logs`,打开该目录,打开文件**-error.log*,查看日志文件。如果仍无法解决,加入群聊,联系开发人员。 \ No newline at end of file diff --git a/docx/introduction/installation/question/quest2.md b/docx/introduction/installation/question/quest2.md index 8b100f8..5679849 100644 --- a/docx/introduction/installation/question/quest2.md +++ b/docx/introduction/installation/question/quest2.md @@ -1,3 +1,3 @@ # 覆盖安装无法启动 -在资源管理器地址栏输入 `%LOCALAPPDATA%\Simple`,打开该目录,清空该目录下面的所有文件,重启 _WinUi++_。 \ No newline at end of file +在资源管理器地址栏输入 `%LOCALAPPDATA%\Simple`,打开该目录,清空该目录下面的所有文件,重启 *WinUi++*。 \ No newline at end of file diff --git a/docx/introduction/workflow/property.md b/docx/introduction/workflow/property.md index d4a4218..4a1467b 100644 --- a/docx/introduction/workflow/property.md +++ b/docx/introduction/workflow/property.md @@ -8,10 +8,6 @@ 在开始运行流程的时候隐藏 *WinUi++* 的主窗口,这样可以不影响鼠标或者是截图等相关的操作。 -* 延迟时间(秒) - - 工作流程中每个动作被执行完成之后,会延迟该指定的时间,然后再去执行下一个动作。 - * 输出更多日志 建议在设计流程的时候,勾选此选项,即可在输出窗口看到更多的调试信息;在运行阶段,取消勾选,可加快执行速度和减少输出的信息占用过多的内存。