fix: update docs

Description:

Log:
This commit is contained in:
mikigo 2024-06-06 14:38:51 +08:00
parent 38bf5188ee
commit 8ccc251c26
3 changed files with 15 additions and 0 deletions

View File

@ -2,9 +2,15 @@
## 2.6.3dev
**New 🌟**
- 新增 `ocr` 范围识别;
**Fix 🐛**
- 测试单驱动,手动回填模式报错;
- 修改 `Wayland` 下中文写入剪贴版问题,改为使用 `wl-copy` 命令实现;
- 修复远程交互控制测试机注销后 `Dogtail` 服务不响应的问题;
## 2.6.22024/05/29

View File

@ -146,6 +146,14 @@ const members = [
links: [
{ icon: 'github', link: 'https://github.com/003307' },
]
},
{
avatar: 'https://www.github.com/Marszzz1116.png',
name: 'Marszzz1116',
title: 'Developer',
links: [
{ icon: 'github', link: 'https://github.com/Marszzz1116' },
]
},
];

View File

@ -87,6 +87,7 @@ fi
if [ ${debian_platform} == false ]; then
pip_array[${#pip_array[@]}]=numpy
pip_array[${#pip_array[@]}]="pillow==8.4.0"
pip_array[${#pip_array[@]}]=pexpect
fi
for p in ${pip_array[*]}