From 3b17141a2d70d129abbdc207cbb08d354575c899 Mon Sep 17 00:00:00 2001 From: caishilong <1103837067@qq.com> Date: Sat, 19 Oct 2024 02:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E8=BD=AC=E7=A7=BB=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- README.md | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 326fc58..3ecac3b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 1103837067 +Copyright (c) 2024 Exuils Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 33fee4c..9a93a7f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # HA4T 🐍 [![PyPI version](https://badge.fury.io/py/ha4t.svg)](https://badge.fury.io/py/ha4t) -[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen)](https://1103837067.github.io/HA4T/) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen)](exuils.github.io/HA4T/) -HA4T (Hybrid App Automation Testing Tool) -是一个跨平台的UI自动化框架,适用于混合型app、web和原生app等。该框架基于aircv、飞浆OCR、CDP、uiautomator2和facebook_wda进行开发。 +HA4T (Hybrid App For Testing Tool) +是一个跨平台的UI自动化框架,适用于混合型app、web和原生app等。该框架基于airtest、飞浆OCR、WS、uiautomator2和facebook_wda进行开发。 ## 特性 - 跨平台支持:适用于iOS、Android和Web应用 -- 多种定位方式:支持图像识别、OCR文字识别、原生控件定位等 +- 多种定位方式:支持图像识别、OCR文字识别、webview定位、原生控件定位等 - 灵活的操作API:提供点击、滑动、输入等常用操作 ## 安装 @@ -31,7 +31,7 @@ from ha4t import connect ## 详细文档(未完善) -查看我们的[详细文档](https://1103837067.github.io/HA4T/)以获取更多信息,包括: +查看我们的[详细文档](exuils.github.io/HA4T/)以获取更多信息,包括: - 完整的API参考 - 高级用法指南 @@ -40,7 +40,7 @@ from ha4t import connect ## 问题和支持 -如果您遇到任何问题或需要支持,请[提交一个issue](https://github.com/1103837067/ha4t/issues)。 +如果您遇到任何问题或需要支持,请[提交一个issue](https://github.com/Exuils/HA4T/issues)。 ## 许可证 @@ -53,6 +53,8 @@ HA4T 的开发得益于以下开源项目: - [airtest](https://github.com/NetEase/airtest) - [uiautomator2](https://github.com/openatx/uiautomator2) - [facebook-wda](https://github.com/openatx/facebook-wda) +- [paddleocr](https://github.com/PaddlePaddle/PaddleOCR) +- [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy) 感谢这些项目的贡献者们! 如果您觉得HA4T对您有帮助,请考虑给我们一个星标 ⭐️