Move version control to github
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
"use strict";
|
||||
var emitter = events.emitter(threads.currentThread());
|
||||
threads.start(function() {
|
||||
emitter.emit("evaluate", http.get("https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript@" + http.get("https://gitee.com/stageguard/SkyAutoPlayerScript/raw/master/gitVersion").body.string() + "/source/SkyAutoplayer.js").body.string());
|
||||
emitter.emit("evaluate", http.get("https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript@" + http.get("https://cdn.jsdelivr.net/gh/StageGuard/SkyAutoPlayerScript@master/gitVersion").body.string() + "/source/SkyAutoplayer.js").body.string());
|
||||
});
|
||||
emitter.on('evaluate', function(s){eval(s);});
|
||||
emitter.on('evaluate', function(s){
|
||||
eval(s);
|
||||
});;
|
||||
Reference in New Issue
Block a user