File tree 1 file changed +17
-1
lines changed
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)
24
24
25
25
## 使用
26
26
27
+ 以下两种方式仅需选择一种
28
+
29
+ <details > <summary >拷贝脚本(推荐)</summary >
30
+
27
31
1 . 在 [ Releases · kkevsekk1/AutoX] ( https://github.com/kkevsekk1/AutoX/releases ) 中下载 AutoX。
28
32
29
33
> 注意:请提前悉知设备架构选择 ` arm64-v8a ` 或 ` armeabi-v7a ` ,否则选择 ` universal ` 。
30
34
31
- 2 . 为 AutoX 开启** 无障碍服务** 和** 悬浮窗权限** 。
35
+ 2 . 为 AutoX 开启** 无障碍服务** 和** 悬浮窗权限** 和 ** 存储权限 ** 。
32
36
33
37
3 . 在 AutoX 中新建一个脚本并粘贴以下代码并运行:
34
38
@@ -70,6 +74,18 @@ const okhttp3 = Packages["okhttp3"];
70
74
}(events .emitter (threads .currentThread ())));
71
75
```
72
76
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
+
73
89
## 兼容性
74
90
75
91
在 AutoX 版本 ` 6.3.6 ` 中测试通过。
You can’t perform that action at this time.
0 commit comments