Skip to content

Commit f20dfc2

Browse files
author
StageGuard
committed
update usage
1 parent e8334ef commit f20dfc2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ English: [README-en.md](README-en.md)
2424

2525
## 使用
2626

27+
以下两种方式仅需选择一种
28+
29+
<details> <summary>拷贝脚本(推荐)</summary>
30+
2731
1.[Releases · kkevsekk1/AutoX](https://github.com/kkevsekk1/AutoX/releases) 中下载 AutoX。
2832

2933
> 注意:请提前悉知设备架构选择 `arm64-v8a``armeabi-v7a`,否则选择 `universal`
3034
31-
2. 为 AutoX 开启**无障碍服务****悬浮窗权限**
35+
2. 为 AutoX 开启**无障碍服务****悬浮窗权限****存储权限**
3236

3337
3. 在 AutoX 中新建一个脚本并粘贴以下代码并运行:
3438

@@ -70,6 +74,18 @@ const okhttp3 = Packages["okhttp3"];
7074
}(events.emitter(threads.currentThread())));
7175
```
7276

77+
</details>
78+
79+
<details> <summary>安装独立程序(仅 <code>arm64-v8a</code> 可用)</summary>
80+
81+
[Releases · StageGuard/SkyAutoPlayerScript](https://github.com/StageGuard/SkyAutoPlayerScript/releases) 中下载脚本独立打包程序,安装后即可使用。
82+
83+
首次启动时请同意程序申请的权限:**无障碍服务****悬浮窗权限****存储权限**
84+
85+
> 注意:本程序申请的权限为 AutoX 打包程序自动控制,且仅申请使脚本运行的必要权限。
86+
87+
</details>
88+
7389
## 兼容性
7490

7591
在 AutoX 版本 `6.3.6` 中测试通过。

0 commit comments

Comments
 (0)