Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Aug 8, 2024
1 parent 14a5e28 commit 7129f7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
10 changes: 5 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

**Fix 🐛**

- `Cmd.sudo_run_cmd` 增加 `workdir` 功能
-`run_cmd` 固定 `shell` 默认指定为 `/bin/bash`
- 临时处理 `input_message` 方法,在 `wayland` 输入中文末尾多出空格的问题
- 修改部署客户端设备 `youqu` 环境时,阻塞在密码输入
- 扩展 `OCR` 断言支持区域断言,提升精准度,优化 `OCR` 识别范围筛选方法
- `Cmd.sudo_run_cmd` 增加 `workdir` 功能
-`run_cmd` 固定 `shell` 默认指定为 `/bin/bash`
- 临时处理 `input_message` 方法,在 `wayland` 输入中文末尾多出空格的问题
- 修改部署客户端设备 `youqu` 环境时,阻塞在密码输入
- 扩展 `OCR` 断言支持区域断言,提升精准度,优化 `OCR` 识别范围筛选方法

## 2.6.8(2024/07/15)

Expand Down
9 changes: 8 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ export default withMermaid(
{text: '首页', link: '/index'},
{text: '指南', link: '/指南/简介/YouQu是什么'},
{text: '实践', link: '/实践/Linux桌面UI自动化测试/初始化项目'},
{text: '规划', link: '/规划/框架设计/AT基础框架设计方案'},
{
text: '规划', items: [
{text: "框架设计", link: '/规划/框架设计/AT基础框架设计方案'},
{text: "YouQu3", link: 'https://youqu.uniontech.com/v3/'},
{text: "PyLinuxAuto", link: 'https://youqu.uniontech.com/pylinuxauto/'},
{text: "UMTK", link: 'https://youqu.uniontech.com/umtk/'},
]
},
{
text: `v${version}`, items: [
{text: "更新日志", link: '/RELEASE'},
Expand Down
2 changes: 1 addition & 1 deletion docs/指南/框架必备/执行管理器.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ autotest_my_app
驱动执行 `smoke` 目录下所有用例:
```shehll
```shell
youqu manage.py run -k smoke
```
Expand Down

0 comments on commit 7129f7b

Please sign in to comment.