-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
StageGuard
committed
Sep 13, 2020
1 parent
8ff1de8
commit 13979f8
Showing
3 changed files
with
482 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,10 @@ A script to play Sheets generated by SkyStudio automatically in game Sky with ac | |
* ... | ||
|
||
## 使用 | ||
①为Auto.js开启**无障碍服务**和**悬浮窗权限**。 | ||
</br>②在Auto.js中新建一个脚本并粘贴以下代码并运行: | ||
<br>①Auto.js`4.1.1 Alpha2 (461)`版本下载: [`Ericwyn/Auto.js/[email protected]`](https://github.com/Ericwyn/Auto.js/releases/tag/V4.1.1.Alpha2) | ||
<br>手机请下载`autoJs-V4.1.1.Alpha2-common-armeabi-v7a-debug.apk` | ||
<br>②为Auto.js开启**无障碍服务**和**悬浮窗权限**。 | ||
<br>③在Auto.js中新建一个脚本并粘贴以下代码并运行: | ||
```javascript | ||
"ui"; | ||
"use strict"; | ||
|
@@ -42,8 +44,6 @@ emitter.on('evaluate', function(s){ | |
``` | ||
|
||
在Auto.js版本`4.1.1 Alpha2 (461)`中测试通过,不保证其他版本的兼容性(取决于其他版本相对于此版本的API是否有`breaking changes`) | ||
</br>Auto.js`4.1.1 Alpha2 (461)`版本下载: [`Ericwyn/Auto.js/[email protected]`](https://github.com/Ericwyn/Auto.js/releases/tag/V4.1.1.Alpha2) | ||
</br>手机请下载`autoJs-V4.1.1.Alpha2-common-armeabi-v7a-debug.apk` | ||
|
||
## 清除数据 | ||
SkyAutoPlayer在使用过程中会产生本地数据存储,若想全部删除,请使用Auto.js执行以下代码 | ||
|
@@ -109,6 +109,8 @@ files.removeDir("/storage/emulated/0/Documents/SkyAutoPlayer/"); | |
酷安[@社区最弱萌新](http://www.coolapk.com/u/3291313)<br> | ||
酷安[@九方辰](http://www.coolapk.com/u/634078)<br> | ||
酷安[@北极马可罗尼](http://www.coolapk.com/u/463478)<br> | ||
酷安[@UTF16](http://www.coolapk.com/u/3751911)<br> | ||
酷安[@]()<br> | ||
<br> | ||
|
||
# 图标来源 | ||
|
Oops, something went wrong.