update version 4
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user