File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,15 @@ English: [README-en.md](README-en.md)
2424
2525## 使用
2626
27+ 以下两种方式仅需选择一种
28+
29+ <details > <summary >拷贝脚本(推荐)</summary >
30+
27311 . 在 [ 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
33373 . 在 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 ` 中测试通过。
You can’t perform that action at this time.
0 commit comments