improve: update

This commit is contained in:
cutls 2019-10-25 00:04:53 +09:00
parent 0677c24887
commit bb08ec2435
4 changed files with 263 additions and 262 deletions

View File

@ -2,15 +2,18 @@
"updatehere":"Get latest TheDesk",
"download":"Start",
"portable":"Portable ver.",
"installer":"Installer ver.",
"snap":"Snap ver may be on Snapcraft",
"unrewrite":"Not rewrite",
"installer":"Installer(Recommended)",
"linux":"zip",
"linuxdeb":"deb(Recommended on buntu, Debian)",
"linuxsnap":"snap",
"snap":"Get it on Snapcraft",
"sureupd":"You may lose a cool experience!",
"skipupd":"Skip this update",
"nexttl":"Until next TL loading",
"nextver":"Until next version",
"nexttl":"Hidden until next TL loading",
"nextver":"Hidden until next version",
"problem1":"Some problems?",
"problem2":"Please download on <a href='https://thedesk.top'>Oficial HP</a>.",
"continue":"Continue updating",
"dlnow":"Downloading..."
"dlnow":"Downloading...",
"checkWhatIsNew": "What is new?"
}

View File

@ -9,10 +9,11 @@
"snap":"snap版はSnapcraft等よりDLしてください。",
"sureupd":"アップデートは必ず行ってください",
"skipupd":"アップデートをスキップする",
"nexttl":"次回TL表示時まで",
"nextver":"次のバージョンが出るまで",
"nexttl":"次回TL表示時までスキップ",
"nextver":"次のバージョンが出るまでスキップ",
"problem1":"問題が発生しますか?",
"problem2":"<a href='https://thedesk.top'>公式HP</a>からダウンロードをお試しください。",
"continue":"アップデートを続行",
"dlnow":"ダウンロード中"
"dlnow":"ダウンロード中",
"checkWhatIsNew": "アップデート内容"
}

View File

@ -380,10 +380,10 @@
onclick="spotifyAuth()" class="btn waves-effect" style="width:100px;">@@set@@</button></div>
<a onclick="spotifyConnect()" class="btn waves-effect nex"
style="width:100%; max-width:200px; background-color:#1ed760;" id="spotify-enable"><i
class="fa fa-spotify left"></i>@@connect@@</a>
class="fab fa-spotify left"></i>@@connect@@</a>
<a onclick="spotifyDisconnect()" class="btn waves-effect nex disabled"
style="width:100%; max-width:200px; background-color:#1ed760;" id="spotify-disable"><i
class="fa fa-spotify left"></i>@@disconnect@@</a>
class="fab fa-spotify left"></i>@@disconnect@@</a>
<h5>@@templateedit@@</h5>
@@templateeditwarn@@<br>
<textarea id="np-temp" class="materialize-textarea" data-length="500">#NowPlaying {song} / {album} / {artist}

View File

@ -1,24 +1,20 @@
<!doctype html>
<!DOCTYPE html>
<html lang="@@lang@@">
<head>
<title>Update - TheDesk</title>
<link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
<link href="../../css/master.css" type="text/css" rel="stylesheet">
<meta charset="utf-8">
<link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet" />
<link href="../../css/master.css" type="text/css" rel="stylesheet" />
<meta charset="utf-8" />
@@comment-start@@
<script type="text/javascript">
var _jipt = [];
_jipt.push(['project', 'thedesk']);
_jipt.push(["project", "thedesk"]);
</script>
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
@@comment-end@@
</head>
<body>
<style>
body {
font-family: 'Open Sans';
font-family: "Open Sans";
-webkit-app-region: drag;
cursor: move;
padding: 10px;
@ -55,26 +51,32 @@
.skipbtn {
display: block;
float: left;
width: 200px;
width: 250px;
height: 200px;
border: 1px solid;
margin-left: 5px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid;
border: 1px solid #c26363;
overflow: hidden;
color: #c26363
}
.skipbtn:hover {
background-color: #b3e5fc;
background-color: #c26363;
transition: all 0.3s ease-in-out;
color:white;
}
#prog {
font-size: 200%;
}
</style>
<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet" />
</head>
<body>
<script type="text/javascript" src="../../node_modules/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="../../js/platform/first.js"></script>
<script type="text/javascript" src="../../node_modules/materialize-css/dist/js/materialize.js"></script>
@ -85,26 +87,20 @@
<div id="box" class="show">
<h2>TheDesk</h2>
<p>@@updatehere@@</p>
<span id="now"></span><b id="ver"></b><br>
<span id="det"></span><br>
<button class="waves-effect btn windows hide" onclick="update('install')"
style="margin-left:15px;">@@installer@@</button>
<button class="waves-effect btn windows hide" onclick="update('portable')"
style="margin-left:15px;">@@portable@@</button>
<button class="waves-effect btn linux hide" onclick="update('linux')"
style="margin-left:15px;">@@linux@@</button>
<button class="waves-effect btn linux hide" onclick="update('linuxdeb')"
style="margin-left:15px;">@@linuxdeb@@</button>
<button class="waves-effect btn linux hide" onclick="update('linuxsnap')"
style="margin-left:15px;">@@linuxsnap@@</button>
<button class="waves-effect btn mac hide" onclick="update('mac')"
style="margin-left:15px;">@@download@@</button>
<br>
@@problem1@@<br>@@problem2@@
<span id="now"></span><b id="ver"></b><br />
<a href="" id="github" class="btn waves-effect grey darken-1"><i class="fab fa-github left"></i>@@checkWhatIsNew@@</a><br />
<button class="waves-effect btn windows hide" onclick="update('install')" style="margin-left:15px;">@@installer@@</button>
<button class="waves-effect btn windows hide" onclick="update('portable')" style="margin-left:15px;">@@portable@@</button>
<button class="waves-effect btn linux hide" onclick="update('linux')" style="margin-left:15px;">@@linux@@</button>
<button class="waves-effect btn linux hide" onclick="update('linuxdeb')" style="margin-left:15px;">@@linuxdeb@@</button>
<button class="waves-effect btn linux hide" onclick="update('linuxsnap')" style="margin-left:15px;">@@linuxsnap@@</button>
<button class="waves-effect btn mac hide" onclick="update('mac')" style="margin-left:15px;">@@download@@</button>
<br />
@@problem1@@<br />@@problem2@@
</div>
<div id="skipper" class="hide">
<h4>@@sureupd@@</h4>
@@skipupd@@<br>
<h4>@@skipupd@@</h4>
@@sureupd@@<br />
<div id="updskip">
<a onclick="window.close();" class="pointer skipbtn waves-effect waves-light">
<div>@@nexttl@@</div>
@ -148,14 +144,17 @@
var bit = localStorage.getItem("bit");
var start = "https://thedesk.top/ver.json";
fetch(start, {
method: 'GET',
headers: { 'content-type': 'application/json' },
}).then(function (response) {
method: "GET",
headers: { "content-type": "application/json" }
})
.then(function(response) {
return response.json();
}).catch(function (error) {
})
.catch(function(error) {
todo(error);
console.error(error);
}).then(function (json) {
})
.then(function(json) {
if (sel == "install") {
if (bit == "x64") {
var url = json["winx64"];
@ -177,24 +176,19 @@
var file = "thedesk.zip";
} else if (sel == "linuxdeb") {
var url = json["linuxdeb"];
var url = json["mac"];
postMessage(["openUrl", url], "*")
return false;
var file = "thedesk_" + json.unique_linux + "_amd64.deb";
} else if (sel == "linuxsnap") {
var url = json["linuxsnap"];
postMessage(["openUrl", url], "*")
return false;
var file = "thedesk_" + json.unique_linux + "_amd64.snap";
} else if (sel == "mac") {
var url = json["mac"];
postMessage(["openUrl", url], "*")
return false;
var file = "TheDesk-" + json.unique_mac + ".dmg";
}
postMessage(["downloadButton", [url, file]], "*")
postMessage(["downloadButton", [url, file]], "*");
});
}
function quit() {
postMessage(["sendSinmpleIpc", "quit"], "*")
postMessage(["sendSinmpleIpc", "quit"], "*");
}
function updateProg(arg) {
console.log(arg);
@ -209,42 +203,43 @@
var platform = localStorage.getItem("platform");
var bit = localStorage.getItem("bit");
if (platform == "win32") {
$('.windows').removeClass("hide")
$(".windows").removeClass("hide");
} else if (platform == "linux") {
$('.linux').removeClass("hide")
$(".linux").removeClass("hide");
} else if (platform == "darwin") {
$('.mac').removeClass("hide")
$(".mac").removeClass("hide");
}
var start = "https://thedesk.top/ver.json";
fetch(start, {
method: 'GET',
headers: { 'content-type': 'application/json' },
}).then(function (response) {
method: "GET",
headers: { "content-type": "application/json" }
})
.then(function(response) {
return response.json();
}).catch(function (error) {
})
.catch(function(error) {
todo(error);
console.error(error);
}).then(function (json) {
})
.then(function(json) {
console.log(json);
if (platform == "win32") {
$("#ver").text(json.desk);
localStorage.setItem("next-ver", json.desk);
var url = "https://github.com/cutls/TheDesk/releases/tag/v" + json.unique;
} else if (platform == "linux") {
$("#ver").text(json.desk_linux);
localStorage.setItem("next-ver", json.desk_linux);
var url = "https://github.com/cutls/TheDesk/releases/tag/v" + json.unique_linux;
} else if (platform == "darwin") {
$("#ver").text(json.desk_mac);
localStorage.setItem("next-ver", json.desk_mac);
var url = "https://github.com/cutls/TheDesk/releases/tag/v" + json.unique_mac;
}
var lang = "@@lang@@";
if (lang == "ja") {
$("#det").html(json.detail);
} else {
$("#det").html(json.detail_en);
}
$("#github").attr("href", url);
$("#now").text(localStorage.getItem("ver"));
});
}
function nextv() {
@ -260,3 +255,5 @@
return ver;
}
</script>
</body>
</html>