assistsx-js 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,18 +3,20 @@
3
3
  一个支持通过Web端实现Android平台自动化脚本的JS库,支持元素节点查找、获取节点文本、节点截图、执行手势动作、提供步骤器实现复杂自动化业务等一系列自动化脚本开发能力支持
4
4
 
5
5
  # AssistsX JS运行平台
6
- 开发的自动化脚本需要运行在Android端[AssistsX](https://www.pgyer.com/SqGaCx8C)中,所以开发前需要先在手机安装[AssistsX](https://www.pgyer.com/SqGaCx8C)
6
+ 开发的自动化脚本需要运行在Android端[AssistsX](https://www.pgyer.com/assistsx)中,所以开发前需要先在手机安装[AssistsX](https://www.pgyer.com/assistsx)
7
7
 
8
8
  **扫码下载**
9
9
 
10
- <img width="112" alt="image" src="https://github.com/user-attachments/assets/c28ecc41-01f8-4e52-9ddc-80dc5c6d0ed5" />
10
+ <img width="112" alt="image" src="https://github.com/user-attachments/assets/6c371313-4ca1-4598-91b3-f716ec369e7b" />
11
11
 
12
- **下载链接:[https://www.pgyer.com/SqGaCx8C](https://www.pgyer.com/SqGaCx8C)**
12
+ **下载链接:[https://www.pgyer.com/assistsx](https://www.pgyer.com/assistsx)**
13
13
 
14
14
  > 下载安装后会默认安装一个示例插件,可长按删除
15
15
 
16
16
  **[Assistsx源码](https://github.com/ven-coder/assistsx)**
17
17
 
18
+ **[更新日志](./CHANGELOG.md)**
19
+
18
20
  # 快速开始
19
21
 
20
22
  ## 方式一:HTML 直接引用(无需构建工具)
@@ -80,7 +82,7 @@ const handleClick = () => {
80
82
  ```
81
83
 
82
84
  ## 4. 加载插件
83
- 1. 通过[AssistsX](https://www.pgyer.com/SqGaCx8C)局域网加载插件
85
+ 1. 通过[AssistsX](https://www.pgyer.com/assistsx)局域网加载插件
84
86
  > 加载插件前需要配置项目允许局域网访问,在文件`vite.config.js`添加以下配置
85
87
  ```
86
88
  export default defineConfig({
@@ -114,9 +116,9 @@ export default defineConfig({
114
116
 
115
117
  ## 🙋有问题欢迎反馈交流
116
118
 
117
- | QQ交流群| 个人微信 |
119
+ | QQ交流群| 作者微信 |
118
120
  |:---------:|:-----------:|
119
- | <img src="https://github.com/user-attachments/assets/732c38a5-7473-44ca-be76-d1fabb27aa5d" width=200/> | <img src="https://github.com/user-attachments/assets/b805f5a0-223b-415d-a34b-7659aa0bdf0a" width=200/>
121
+ | <img src="https://github.com/user-attachments/assets/ec705332-5c07-47cb-aaa4-27199064ea1f" width=200/> | <img src="https://github.com/user-attachments/assets/b805f5a0-223b-415d-a34b-7659aa0bdf0a" width=200/>
120
122
 
121
123
  # 💝 支持开源
122
124