TheDesk Usamin (18.6.0)

This commit is contained in:
Cutls
2019-06-15 23:07:18 +09:00
parent a5f8e34ee6
commit 334fbdab3f
22 changed files with 171 additions and 143 deletions

View File

@@ -142,8 +142,7 @@
$("#dlnow").toggleClass("hide");
$("#dlnow").toggleClass("show");
$("#prog").text("");
var remote = electron.remote;
var bit = process.arch;
var bit = localStorage.getItem("bit");
var start = "https://thedesk.top/ver.json";
fetch(start, {
method: 'GET',
@@ -200,9 +199,8 @@
$("#prog").text(arg);
}
function verck() {
var remote = electron.remote;
var platform = remote.process.platform;
var bit = process.arch;
var platform = localStorage.getItem("platform");
var bit = localStorage.getItem("bit");
if (platform == "win32") {
$('.windows').removeClass("hide")
} else if (platform == "linux") {