TheDesk (ver.12)

This commit is contained in:
cutls
2018-02-16 22:08:43 +09:00
parent 1dd2ea1faa
commit 10367c93c7
12 changed files with 175 additions and 113 deletions

View File

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