TheDesk Airi (ver.3)

This commit is contained in:
cutls
2018-03-14 03:31:31 +09:00
parent f57b9a21ab
commit 07daf46318
1783 changed files with 7106 additions and 2122 deletions

View File

@@ -45,7 +45,7 @@ ipc.on('mess', function (event, arg) {
$("#prog").text(arg);
})
function verck(){
var start="https://dl.thedesk.top/ver.json";
var start="https://thedesk.top/ver.json";
fetch(start, {
method: 'GET',
headers: {'content-type': 'application/json'},