update version 4

This commit is contained in:
StageGuard
2020-07-23 11:42:19 +08:00
parent 0fbe3b5f18
commit 520bb33ad2
3 changed files with 49 additions and 31 deletions

View File

@@ -1,6 +1,6 @@
# SkyAutoPlayerScript
A script to play Sheets generated by SkyStudio automatically in game Sky with accessibility services using Auto.js
</br>使用Auto.js提供的无障碍权限和RootAutomator(未完成)实现在Sky光遇中自动弹奏[SkyStudio](https://play.google.com/store/apps/details?id=com.Maple.SkyStudio)导出的曲谱
</br>使用Auto.js提供的无障碍权限实现在Sky光遇中自动弹奏[SkyStudio](https://play.google.com/store/apps/details?id=com.Maple.SkyStudio)导出的曲谱
## 使用
①为Auto.js开启**无障碍服务**和**悬浮窗权限**。
@@ -14,7 +14,7 @@ threads.start(function() {
});
emitter.on('evaluate', function(s){
eval(s);
});;
});
```
在Auto.js版本`4.1.1 Alpha2 (461)`中测试通过,不保证其他版本的兼容性(取决于其他版本相对于此版本的API是否有`breaking changes`)