Delete files
This commit is contained in:
parent
919c6c40e2
commit
561b3a594b
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,4 +18,5 @@ app/view/de
|
||||||
app/view/bg
|
app/view/bg
|
||||||
app/view/cs
|
app/view/cs
|
||||||
app/view/ps
|
app/view/ps
|
||||||
|
app/view/es-AR
|
||||||
app/git
|
app/git
|
||||||
|
|
|
@ -1,177 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="es-AR">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Account Manager - TheDesk</title>
|
|
||||||
<meta content="width=device-width,initial-scale=1.0" name="viewport">
|
|
||||||
<link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/themes.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/master.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/tl.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../../css/userdata.css" rel="stylesheet" type="text/css">
|
|
||||||
<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
|
|
||||||
<style>
|
|
||||||
.acct {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
width: 400px;
|
|
||||||
background-color: #9e9e9e;
|
|
||||||
margin: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body,
|
|
||||||
html {
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
|
||||||
|
|
||||||
#acct-list {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
color: white;
|
|
||||||
align-items: flex-start
|
|
||||||
}
|
|
||||||
|
|
||||||
.lts {
|
|
||||||
font-size: 150%
|
|
||||||
}
|
|
||||||
|
|
||||||
.colorsel {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card .colorsel div:not(.exc) {
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card .colorsel div.exc {
|
|
||||||
width: 40px;
|
|
||||||
height: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.first {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center
|
|
||||||
}
|
|
||||||
|
|
||||||
.first .hide-first {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#compt {
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 50px;
|
|
||||||
border: 1px solid;
|
|
||||||
border: 1px solid;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#compt li {
|
|
||||||
list-style-type: disc;
|
|
||||||
margin-left: 20px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<!--
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _jipt = [];
|
|
||||||
_jipt.push(['project', 'thedesk']);
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
|
|
||||||
-->
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body id="mainView">
|
|
||||||
<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>
|
|
||||||
<script type="text/javascript" src="../../js/lang/lang.es-AR.js"></script>
|
|
||||||
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
|
||||||
<script>
|
|
||||||
var misskeytoken = false;
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="../../js/ui/tips.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/common/time.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/common/modal.js"></script>
|
|
||||||
<div class="hide-first">
|
|
||||||
<a href="index.html" class="btn waves-effect orange nex"
|
|
||||||
style="width:100%; max-width:200px;">Volver</a><br>
|
|
||||||
<h5>Lista de cuentas</h5>
|
|
||||||
<div id="acct-list"></div>
|
|
||||||
<div class="divider"></div>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h5>Agregar una cuenta</h5><br>
|
|
||||||
<div id="add">
|
|
||||||
<div class="row">
|
|
||||||
<div class="col s8">
|
|
||||||
<input type="text" id="url" style="width:70%" placeholder="ex)mstdn.jp">
|
|
||||||
<div id="ins-suggest"></div>
|
|
||||||
No seleccionar para saltar el pegado de código (iniciá sesión de Mastodon en Windows o macOS) (Recomendado: pcheck)<br>
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" class="filled-in" id="linux" />
|
|
||||||
<span>Configuración de código</span>
|
|
||||||
</label>
|
|
||||||
<br>
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" class="filled-in" id="misskey" />
|
|
||||||
<span>Iniciar sesión con Misskey</span>
|
|
||||||
</label><br>
|
|
||||||
<button class="btn waves-effect" onclick="instance()">Login</button><br>
|
|
||||||
</div>
|
|
||||||
<div class="col s4">
|
|
||||||
<span style="font-family:Open Sans;">Supports</span>
|
|
||||||
<div id="support" class="collection transparent"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="auth" style="display:none">
|
|
||||||
Pegar el código y cerrar el navegador web.<br>
|
|
||||||
<input type="text" id="code" placeholder="Código">
|
|
||||||
<button class="btn waves-effect" onclick="code()">Auth</button><br>
|
|
||||||
<div id="compt" style="display:none">
|
|
||||||
<h5>ログイン前に必ずご確認ください</h5>
|
|
||||||
<span id="compt-instance"></span>はバージョンが<span id="compt-ver"></span>のため以下の機能がご利用いただけません。
|
|
||||||
<span id="compt-warn" style="display:none">また、このインスタンスはMastodonではなくそのAPI上の互換実装であり、TheDeskでは利用を想定していないため非保証となります。</span>
|
|
||||||
<ul id="compt-list"></ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div id="misskeylogin" style="display:none">
|
|
||||||
<h5>AppSecret</h5>
|
|
||||||
Leé <a href=\"https://docs.thedesk.top/\">la documentación (en japonés)</a> para usar Misskey.<br>
|
|
||||||
<input type="hidden" id="misskey-url">
|
|
||||||
<input type="text" id="misskey-key" placeholder="Código">
|
|
||||||
<button class="btn waves-effect" onclick="misskeyLogin()">Auth</button><br>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="hide-first">
|
|
||||||
<h5>Establecer una cuenta</h5>
|
|
||||||
<div class="input-field" style="width:300px"><span data-trans="your_acct">Seleccionar una cuenta</span>
|
|
||||||
<br>
|
|
||||||
<select id="main-acct-sel" class="acct-sel" style="color:black" onchange="mainacct()"></select>
|
|
||||||
<label></label>
|
|
||||||
</div>
|
|
||||||
Some instance data by <a href="https://instances.social" target="_blank">instances.social API</a><br>
|
|
||||||
<h5 id="ins-title"></h5>
|
|
||||||
Administered by:<a id="ins-admin"></a><br>
|
|
||||||
<span id="ins-desc"></span><br>
|
|
||||||
<img src="../../img/loading.svg" id="ins-prof" width="200"><br>
|
|
||||||
<br>
|
|
||||||
Dominio:<span id="ins-name"></span><br>
|
|
||||||
Servidores federados:<span id="ins-connect"></span><br>
|
|
||||||
Toots:<span id="ins-toot"></span><br>
|
|
||||||
Usuarios:<span id="ins-user"></span>Usuarios<br>
|
|
||||||
Conectividad:<span id="ins-per"></span>%<br>
|
|
||||||
Versión de Mastodon:<span id="ins-ver"></span>@<span id="ins-upd"></span><br>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript" src="../../js/ui/theme.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/platform/end.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/common/sha256.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/login/tkn.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/login/instance.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/login/manager.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/tl/date.js"></script>
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,502 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="es-AR" style="overflow:scroll">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<title>Settings - TheDesk</title>
|
|
||||||
<!--
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _jipt = [];
|
|
||||||
_jipt.push(['project', 'thedesk']);
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
|
|
||||||
-->
|
|
||||||
<meta content="width=device-width,initial-scale=1.0" name="viewport">
|
|
||||||
<link href="../../node_modules/materialize-css/dist/css/materialize.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/themes.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/pickr.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../css/master.css" type="text/css" rel="stylesheet">
|
|
||||||
<link href="../../node_modules/@fortawesome/fontawesome-free/css/all.min.css" type="text/css" rel="stylesheet">
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<style>
|
|
||||||
input {
|
|
||||||
max-height: 50px !important
|
|
||||||
}
|
|
||||||
|
|
||||||
.pcr-result {
|
|
||||||
height: 1rem !important;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body id="mainView" style="overflow-y:scroll">
|
|
||||||
<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>
|
|
||||||
<script type="text/javascript" src="../../js/lang/lang.es-AR.js"></script>
|
|
||||||
<script src="https://unpkg.com/json5@^2.0.0/dist/index.min.js"></script>
|
|
||||||
<script src="../../node_modules/vue/dist/vue.min.js"></script>
|
|
||||||
<script type="text/javascript" src="setting.vue.js"></script>
|
|
||||||
<script type="text/javascript" src="../../node_modules/sweetalert2/dist/sweetalert2.all.min.js"></script>
|
|
||||||
|
|
||||||
<h4>Configuración</h4>
|
|
||||||
<ul class="collapsible" data-collapsible="accordion">
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">desktop_windows</i>Configuración del sistema
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<h5>Idiomas</h5>
|
|
||||||
To translate with Crowdin, you have to login Crowdin and restart TheDesk when login is finished.<br>
|
|
||||||
<a onclick="changelang('ja')" class="pointer" style="margin-right:5px;">日本語</a><a onclick="changelang('en')" class="pointer" style="margin-right:5px;">English</a><a onclick="changelang('ps')" class="pointer" style="margin-right:5px;">Crowdin translate system(beta)</a><a onclick="changelang('bg')" class="pointer" style="margin-right:5px;">български</a><a onclick="changelang('cs')" class="pointer" style="margin-right:5px;">Česky</a><a onclick="changelang('de')" class="pointer" style="margin-right:5px;">Deutsch</a><a onclick="changelang('es-AR')" class="pointer" style="margin-right:5px;">Spanish, Argentina</a>
|
|
||||||
<h5>Importación y exportación de la configuración</h5>
|
|
||||||
<button onclick="exportSettings()" class="btn waves-effect lime darken-3"
|
|
||||||
style="width:100%; max-width:200px;">Exportar</button>
|
|
||||||
<button onclick="importSettings()" class="btn waves-effect cyan darken-3"
|
|
||||||
style="width:100%; max-width:200px;">Importar</button>
|
|
||||||
<div id="envView">
|
|
||||||
<template v-for="(item, i) in config">
|
|
||||||
<h5>{{item.text.head}}</h5>
|
|
||||||
<template v-if="item.text.desc">
|
|
||||||
<span v-html="item.text.desc"></span><br>
|
|
||||||
</template>
|
|
||||||
<template v-if="item.id=='notf'"><a onclick="notftest()"
|
|
||||||
class="pointer">Prueba de notificación</a><br></template>
|
|
||||||
<template v-if="item.checkbox">
|
|
||||||
<template v-for="(check, j) in item.text.checkbox">
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" v-on:click="complete(i,check.value)" v-model="item.setValue"
|
|
||||||
type="radio" v-bind:id="item.id+check.value" v-bind:value="check.value" />
|
|
||||||
<span>{{check.text}}</span>
|
|
||||||
</label>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<template v-if="item.doubleText">
|
|
||||||
<template v-for="(textbox, j) in item.data">
|
|
||||||
<input type="text" v-model="textbox.setValue" type="radio" v-bind:id="textbox.id"
|
|
||||||
v-bind:style="{ width: textbox.width+'px'}" />{{textbox.text.after}}
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<input type="text" v-model="item.setValue" type="radio" v-bind:id="item.id"
|
|
||||||
v-bind:style="{ width: item.width+'px'}" />{{item.text.after}}
|
|
||||||
</template>
|
|
||||||
<button class="btn waves-effect" style="width:100px;"
|
|
||||||
v-on:click="complete(i)">Cambiar</button>
|
|
||||||
</template><br>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
<h5>Tipografía</h5>
|
|
||||||
Seleccioná tu tipografía favorita (sólo para Windows y macOS)<br>
|
|
||||||
<button class="btn waves-effect" style="width:100px;" onclick="font()">Seleccionar</button><br>
|
|
||||||
<div id="fonts" class="hide" style="overflow-y:scroll; width:300px; height:500px;"></div>
|
|
||||||
<br>
|
|
||||||
<input type="text" style="width:150px" id="font">
|
|
||||||
<button class="btn waves-effect" style="width:100px;" onclick="settings()">Guardar</button>
|
|
||||||
<br>
|
|
||||||
<h5>Carpeta para guardar</h5>
|
|
||||||
TheDesk usa esta configuración para guardar imágenes en general y capturas de pantallas.<br>
|
|
||||||
<button class="btn waves-effect" style="width:100px;" onclick="savefolder()">Cambiar</button>
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">color_lens</i>Temas
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<h4>Seleccionar tema</h4>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="black" value="black" />
|
|
||||||
<span>Black</span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="white" value="white" />
|
|
||||||
<span>White</span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="indigo"
|
|
||||||
value="indigo" />
|
|
||||||
<span>Indigo<span class="imas hide">(エンドレスナイト)</span></span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="brown" value="brown" />
|
|
||||||
<span>Brown<span class="imas hide">(ビタースイート・タイム)</span></span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="green" value="green" />
|
|
||||||
<span>Green<span class="imas hide">(ユースフルロマンス)</span></span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="blue" value="blue" />
|
|
||||||
<span>Blue<span class="imas hide">(渚の花嫁)</span></span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="theme" type="radio" id="custom"
|
|
||||||
value="custom" />
|
|
||||||
<span>custom</span>
|
|
||||||
</label>
|
|
||||||
<div style="width:300px" id="sel-selector">
|
|
||||||
<select id="custom-sel-sel" class="custom-sel" onchange="customSel()"></select>
|
|
||||||
</div>
|
|
||||||
<h4>Editar y agregar temas personalizados</h4>
|
|
||||||
<div style="width:300px" id="edit-selector" data-add="Agregar nuevo">
|
|
||||||
<select id="custom-edit-sel" class="custom-sel" onchange="custom()">
|
|
||||||
<option value="add_new">Agregar nuevo</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<h5>Nombre</h5>
|
|
||||||
<input type="text" style="width:300px" id="custom_name" placeholder="Nombre...">
|
|
||||||
<h5>Acerca de este tema</h5>
|
|
||||||
<div class="input-field"><textarea style="width:300px" id="custom_desc" class="materialize-textarea"
|
|
||||||
placeholder="Acerca de este tema..."></textarea></div>
|
|
||||||
<h5>Esquema de colores</h5>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="direction" type="radio" id="dark" value="dark"
|
|
||||||
checked="true" />
|
|
||||||
<span>Dark</span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="settings()" name="direction" type="radio" id="light"
|
|
||||||
value="light" />
|
|
||||||
<span>Light</span>
|
|
||||||
</label>
|
|
||||||
<div id="pickers">
|
|
||||||
<div>
|
|
||||||
<h5>Primary</h5>Fondo de componentes
|
|
||||||
<div id="color-picker0-wrap">
|
|
||||||
<div class="color-picker" id="color-picker0"></div>
|
|
||||||
</div>
|
|
||||||
<input type="hidden" id="color-picker0_value">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h5>Secondary</h5>Color de fondo
|
|
||||||
<div id="color-picker1-wrap">
|
|
||||||
<div class="color-picker" id="color-picker1"></div>
|
|
||||||
</div>
|
|
||||||
<input type="hidden" id="color-picker1_value">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h5>Texts</h5>Color del texto
|
|
||||||
<div id="color-picker2-wrap">
|
|
||||||
<div class="color-picker" id="color-picker2"></div>
|
|
||||||
</div>
|
|
||||||
<input type="hidden" id="color-picker2_value">
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<h5>Accent</h5>Fondo de retoots
|
|
||||||
<div id="color-picker3-wrap">
|
|
||||||
<div class="color-picker" id="color-picker3"></div>
|
|
||||||
</div>
|
|
||||||
<input type="hidden" id="color-picker3_value">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<button class="btn-large waves-effect" onclick="customComp()">Cambiar</button> <button
|
|
||||||
class="btn waves-effect red disabled" id="delTheme" onclick="deleteIt()">Eliminar</button><br><br>
|
|
||||||
<input type="text" style="width:300px;height:40px;" id="custom_json" class="materialize-textarea"
|
|
||||||
placeholder="JSON style" readonly><br>
|
|
||||||
Compartí este código con otros usuarios de TheDesk. No se comparte este código en MiAS.
|
|
||||||
<h4>Importación de temas personalizados</h4>
|
|
||||||
Obtené más temas en<a href=\"https://assets.msky.cafe/\" target=\"_blank\">MiAS</a><br>
|
|
||||||
<input type="text" style="width:300px;height:40px;" id="custom_import" class="materialize-textarea"
|
|
||||||
placeholder="JSON/JSON5 style">
|
|
||||||
<button class="btn waves-effect" onclick="customImp()">Importar</button><br>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">reorder</i>Configuración de la línea temporal
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<div id="tlView">
|
|
||||||
<template v-for="(item, i) in config">
|
|
||||||
<h5>{{item.text.head}}</h5>
|
|
||||||
<template v-if="item.text.desc">
|
|
||||||
<span v-html="item.text.desc"></span><br>
|
|
||||||
</template>
|
|
||||||
<template v-if="item.checkbox">
|
|
||||||
<template v-for="(check, j) in item.text.checkbox">
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" v-on:click="complete(i,check.value)" v-model="item.setValue"
|
|
||||||
type="radio" v-bind:id="item.id+check.value" v-bind:value="check.value" />
|
|
||||||
<span>{{check.text}}</span>
|
|
||||||
</label>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<template v-if="item.doubleText">
|
|
||||||
<template v-for="(textbox, j) in item.data">
|
|
||||||
<input type="text" v-model="textbox.setValue" type="radio" v-bind:id="textbox.id"
|
|
||||||
v-bind:style="{ width: textbox.width+'px'}" />{{textbox.text.after}}
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<input type="text" v-model="item.setValue" type="radio" v-bind:id="item.id"
|
|
||||||
v-bind:style="{ width: item.width+'px'}" />{{item.text.after}}
|
|
||||||
</template>
|
|
||||||
<button class="btn waves-effect" style="width:100px;"
|
|
||||||
v-on:click="complete(i)">Cambiar</button>
|
|
||||||
</template><br>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
<h5>Sonido personalizado</h5>
|
|
||||||
<button class="btn waves-effect" style="width:120px;" onclick="customSound(1)">Custom 1</button><span
|
|
||||||
id="c1-file"></span><br>
|
|
||||||
<button class="btn waves-effect" style="width:120px;" onclick="customSound(2)">Custom 2</button><span
|
|
||||||
id="c2-file"></span><br>
|
|
||||||
<button class="btn waves-effect" style="width:120px;" onclick="customSound(3)">Custom 3</button><span
|
|
||||||
id="c3-file"></span><br>
|
|
||||||
<button class="btn waves-effect" style="width:120px;" onclick="customSound(4)">Custom 4</button><span
|
|
||||||
id="c4-file"></span><br>
|
|
||||||
<h5>Volumen</h5>
|
|
||||||
0-100 (predeterminado: 80)<br>
|
|
||||||
<p class="range-field"><span id="soundVolVal">80</span><br>
|
|
||||||
<input type="range" id="soundvol" min="0" max="100" value="80" onchange="customVol()"
|
|
||||||
style="width:500px; max-width:100%" /></p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">send</i>Configuración de entradas
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<div id="postView">
|
|
||||||
<template v-for="(item, i) in config">
|
|
||||||
<h5>{{item.text.head}}</h5>
|
|
||||||
<template v-if="item.text.desc">
|
|
||||||
<span v-html="item.text.desc"></span><br>
|
|
||||||
</template>
|
|
||||||
<template v-if="item.checkbox">
|
|
||||||
<template v-for="(check, j) in item.text.checkbox">
|
|
||||||
<template
|
|
||||||
v-if="(!check.kirishima || (check.kirishima && kirishima) )&& (!check.quote || (check.quote && quoters))">
|
|
||||||
<label><input class="with-gap" v-on:click="complete(i,check.value)"
|
|
||||||
v-model="item.setValue" type="radio" v-bind:id="item.id+check.value"
|
|
||||||
v-bind:value="check.value" />
|
|
||||||
<span>{{check.text}}</span></label>
|
|
||||||
<span v-if="check.kirishimaText">{{check.kirishimaText}}</span>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<template v-if="item.doubleText">
|
|
||||||
<template v-for="(textbox, j) in item.data">
|
|
||||||
<input type="text" v-model="textbox.setValue" type="radio" v-bind:id="textbox.id"
|
|
||||||
v-bind:style="{ width: textbox.width+'px'}" />{{textbox.text.after}}
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<input type="text" v-model="item.setValue" type="radio" v-bind:id="item.id"
|
|
||||||
v-bind:style="{ width: item.width+'px'}" />{{item.text.after}}
|
|
||||||
</template>
|
|
||||||
<button class="btn waves-effect" style="width:100px;"
|
|
||||||
v-on:click="complete(i)">Cambiar</button>
|
|
||||||
</template><br>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">keyboard</i>Configuración de atajos del teclado
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<h5>Inserción fácil</h5>
|
|
||||||
Podés insertar cualquier letra y emoji con sólo 3 teclas<br>
|
|
||||||
Ctrl+Shift+1:<input type="text" style="width:150px" id="oks-1">
|
|
||||||
<button onclick="oks(1)" class="btn waves-effect" style="width:100px;">Guardar</button><br><br>
|
|
||||||
Ctrl+Shift+2:<input type="text" style="width:150px" id="oks-2">
|
|
||||||
<button onclick="oks(2)" class="btn waves-effect" style="width:100px;">Guardar</button><br><br>
|
|
||||||
Ctrl+Shift+3:<input type="text" style="width:150px" id="oks-3">
|
|
||||||
<button onclick="oks(3)" class="btn waves-effect" style="width:100px;">Guardar</button><br><br>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">bookmark</i>Configuración de silenciado y resaltado
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<h5>Silenciado de usuario</h5>
|
|
||||||
<div id="mute-cli"></div>
|
|
||||||
<h5>Resaltado de usuario</h5>
|
|
||||||
Hacé clic en el nombre de los toots para cambiar entre silenciado y resaltado.
|
|
||||||
<h5>Palabras silenciadas</h5>
|
|
||||||
Establecer con la tecla \"Intro\"<br>
|
|
||||||
<div class="chips" id="wordmute" style="background-color:gray;"></div>
|
|
||||||
<button onclick="wordmuteSave()" class="btn waves-effect" style="width:100px;">Guardar</button>
|
|
||||||
<h5>Resaltado de palabras</h5>
|
|
||||||
Establecer con la tecla \"Intro\"<br>
|
|
||||||
<div class="chips" id="wordemp" style="background-color:gray;"></div>
|
|
||||||
<button onclick="wordempSave()" class="btn waves-effect" style="width:100px;">Guardar</button>
|
|
||||||
<h5>Resaltado de usuario</h5>
|
|
||||||
Establecer según usuario.
|
|
||||||
<span class="emphasized"> Usar este color para resaltar </span>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="fab fa-spotify"></i>Configuración de Spotify y \"Ahora suena\"
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<br><br>
|
|
||||||
Hacé clic en el ícono <i class="material-icons" style="font-size:24px;">music_note</i>para mostrar \"Ahora suena\"<br>
|
|
||||||
<h5>Conexión de cuenta</h5>
|
|
||||||
TheDesk guarda tus datos en el servidor thedesk.top.<br>
|
|
||||||
<div id="spotify-code-show" class="hide"><input type="text" id="spotify-code"><button
|
|
||||||
onclick="spotifyAuth()" class="btn waves-effect" style="width:100px;">Guardar</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>Conectar</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>Desconectar</a>
|
|
||||||
<h5>@@templateedit@@</h5>
|
|
||||||
@@templateeditwarn@@<br>
|
|
||||||
<textarea id="np-temp" class="materialize-textarea" data-length="500">#NowPlaying {song} / {album} / {artist}
|
|
||||||
{url}</textarea><br>
|
|
||||||
@@template1@@<br>
|
|
||||||
@@template2@@<br>
|
|
||||||
@@template3@@<br>
|
|
||||||
<button onclick="spotifySave()" class="btn waves-effect" style="width:100px;">Guardar</button>
|
|
||||||
<h5>Adjuntar tapa desde Spotify</h5>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="spotifyFlagSave()" name="awk" type="radio" id="awk_yes"
|
|
||||||
value="yes" />
|
|
||||||
<span>Sí</span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="spotifyFlagSave()" name="awk" type="radio" id="awk_no"
|
|
||||||
value="no" />
|
|
||||||
<span>No</span>
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<br>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<div class="collapsible-header">
|
|
||||||
<i class="material-icons">hearing</i>Configuración de TTS (texto hablado)
|
|
||||||
</div>
|
|
||||||
<div class="collapsible-body">
|
|
||||||
<h5>Conectar BouyomiChan</h5>
|
|
||||||
Requiere: Plugin WebSocket de BouyomiChan<a href="https://github.com/xztaityozx/BouyomiChan-WebSocket-Plugin" target="_blank">GitHub</a><br>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="voiceSettings()" name="bym" type="radio" id="bym_yes"
|
|
||||||
value="yes" />
|
|
||||||
<span>Sí</span>
|
|
||||||
</label>
|
|
||||||
<label>
|
|
||||||
<input class="with-gap" onchange="voiceSettings()" name="bym" type="radio" id="bym_no"
|
|
||||||
value="no" />
|
|
||||||
<span>No</span>
|
|
||||||
</label>
|
|
||||||
<h5>Velocidad</h5>
|
|
||||||
1-100 (predeterminado:10)<br>
|
|
||||||
<p class="range-field"><span id="voicespeedVal">10</span><br>
|
|
||||||
<input type="range" id="voicespeed" min="1" max="100" value="10"
|
|
||||||
onchange="document.getElementById('voicespeedVal').innerText=this.value"
|
|
||||||
style="width:500px; max-width:100%" /></p>
|
|
||||||
<h5>Tono</h5>
|
|
||||||
0-100 (predeterminado:50)<br>
|
|
||||||
<p class="range-field"><span id="voicepitchVal">50</span><br>
|
|
||||||
<input type="range" id="voicepitch" min="0" max="100" value="50"
|
|
||||||
onchange="document.getElementById('voicepitchVal').innerText=this.value"
|
|
||||||
style="width:500px; max-width:100%" /></p>
|
|
||||||
<h5>Volumen</h5>
|
|
||||||
0-100 (predeterminado:100)<br>
|
|
||||||
<p class="range-field"><span id="voicevolVal">100</span><br>
|
|
||||||
<input type="range" id="voicevol" min="0" max="100" value="100"
|
|
||||||
onchange="document.getElementById('voicevolVal').innerText=this.value"
|
|
||||||
style="width:500px; max-width:100%" /></p>
|
|
||||||
<h5>Prueba</h5>
|
|
||||||
<input type="text" style="width:350px" id="voicetxt" value="TheDesk s un culiente libre de Mastodon pahrah compootadoras.">
|
|
||||||
<button class="btn waves-effect blue" style="width:150px;" onclick="voicePlay()"
|
|
||||||
id="testplay">Reproducir/Detener</button><br>
|
|
||||||
<br>
|
|
||||||
<button class="btn waves-effect" style="width:100px;" onclick="voiceSettings()">Guardar</button>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<br>
|
|
||||||
<a href="index.html" class="btn waves-effect orange nex" style="width:100%; max-width:200px;"><i
|
|
||||||
class="material-icons left">undo</i>Volver</a>
|
|
||||||
<br>
|
|
||||||
<br>Atajos del teclado
|
|
||||||
<li>Ctrl+1-9:Saltar a columna (1 a 9)</li>
|
|
||||||
<li>N:Abrir caja de toot</li>
|
|
||||||
<li>X:Activar caja de toot</li>
|
|
||||||
<li>Ctrl+Enter:Enviar entrada</li>
|
|
||||||
<li>Ctrl+Enter+Shift:Enviar entrada (toot secundario)</li>
|
|
||||||
<li>Alt+Enter:Botón de toot secundario</li>
|
|
||||||
<li>Ctrl+E:Marcar todas las notificaciones como leídas</li>
|
|
||||||
<li>Ctrl+U:Seleccionar el toot de la primera columna</li>
|
|
||||||
<li>Esc:Ocultar caja de toot</li>
|
|
||||||
<li>F5:Refresco masivo</li>
|
|
||||||
<li>Ctrl+Shift+C:Limpiar caja de toot</li>
|
|
||||||
<li>Ctrl+Shift+S:Configuración</li>
|
|
||||||
<li>Ctrl+Shift+M:Administrador de cuentas</li>
|
|
||||||
<li>Ctrl+Shift+N:NowPlaying(Spotify)</li>
|
|
||||||
<li>Ctrl+Shift+P:Mostrar perfil de lo seleccionado</li>
|
|
||||||
<li>←/→:Mostrar imagen siguiente o anterior</li>
|
|
||||||
<li>Ruedadelratón:Acercar o alejar una imagen</li>
|
|
||||||
<div class="hide kirishima">
|
|
||||||
以下Markdownに対応したインスタンスのみ。
|
|
||||||
<br>
|
|
||||||
<li>Ctrl+B/I/S/U:太字/斜字/取り消し/下線</li>
|
|
||||||
以下アスタルテにログインしている場合のみ
|
|
||||||
<br>
|
|
||||||
<li>Ctrl+R:
|
|
||||||
<a href="https://astarte.thedesk.top">アスタルテ暇人ランキング</a>を開く
|
|
||||||
</li><br>
|
|
||||||
Al seleccionar un toot:
|
|
||||||
<li>F:Marcar como favorito</li>
|
|
||||||
<li>B:Retootear</li>
|
|
||||||
<li>R:Responder a ese toot</li>
|
|
||||||
</div>
|
|
||||||
<button class="btn waves-effect red" style="width:100%; max-width:500px;"
|
|
||||||
onclick="if(confirm('Eliminar todos los datos. Esto no se puede deshacer. ¿Estás seguro?')){ localStorage.clear(); location.href='index.html'; }"><i
|
|
||||||
class="material-icons left">delete</i>Restablecer (peligro)</button><br><br>
|
|
||||||
<button class="btn waves-effect indigo" onclick="about()" style="width:100%; max-width:500px;"><i
|
|
||||||
class="material-icons left">info</i>Acerca de TheDesk</button>
|
|
||||||
<a href="https://thedesk.top" class="btn waves-effect deep-purple lighten-2" style="width:100%; max-width:500px;"><i
|
|
||||||
class="material-icons left">web</i>Sitio web</a>
|
|
||||||
<a href="https://www.pixiv.net/fanbox/creator/28105985" class="btn waves-effect red lighten-2"
|
|
||||||
style="width:100%; max-width:500px;"><i class="material-icons left">trending_up</i>Contribuciones (Pixiv FANBOX)</a>
|
|
||||||
<a href="https://www.patreon.com/cutls" class="btn waves-effect red darken-2"
|
|
||||||
style="width:100%; max-width:500px;"><i class="material-icons left">trending_up</i>Contribuciones (Patreon)</a>
|
|
||||||
<a href="https://liberapay.com/cutls" class="btn waves-effect black-text"
|
|
||||||
style="width:100%; max-width:500px; background-color: #f6c915"><i
|
|
||||||
class="material-icons left">trending_up</i>Contribuciones (Liberapay)</a>
|
|
||||||
<a href="https://docs.thedesk.top" class="btn waves-effect blue darken-2" style="width:100%; max-width:500px;"><i
|
|
||||||
class="material-icons left">list</i>Ayuda/Docs</a>
|
|
||||||
<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2"
|
|
||||||
style="width:100%; max-width:500px;"><i class="fab fa-github left"></i>GitHub</a>
|
|
||||||
<a href="index.html?mode=user&code=Cutls@cutls.com" class="btn waves-effect blue lighten-2"
|
|
||||||
style="width:100%; max-width:500px;"><img src="../../img/desk_full.svg" class="left" width="25"
|
|
||||||
style="padding-top:5px;">Main author: Cutls@cutls.com</a>
|
|
||||||
<br>
|
|
||||||
TheDesk @ <a href="https://github.com/cutls/TheDesk/commits/47c6454c00bec1d79ec0cd2fbd84cc97988f5c2b">47c6454c00bec1d79ec0cd2fbd84cc97988f5c2b</a><br>
|
|
||||||
<br>
|
|
||||||
Kyash<br>
|
|
||||||
<img src="../../img/kyash.png" width="100"><br>
|
|
||||||
<a onclick="localStorage.removeItem('new-ver-skip'); location.href='index.html';"
|
|
||||||
class="pointer">Buscar actualizaciones</a><br>
|
|
||||||
<a href="oss.html">OSS License</a><br>
|
|
||||||
<br>
|
|
||||||
<span style="font-family:Open Sans;">Copyright © TheDesk 2018
|
|
||||||
Under <a href="https://github.com/cutls/TheDesk/blob/master/LICENSE">GNU General Public License v3.0</a> and <a
|
|
||||||
href="https://thedesk.top/priv.html">Privacy
|
|
||||||
Policy</a>
|
|
||||||
<br>
|
|
||||||
</span><br>
|
|
||||||
TheDeskおよびCutls Pは<a href="https://donken.org/">被災地支援のためのマストドン研究会</a>をログイン機能提供等の形で応援しています。<br>
|
|
||||||
タグタイムラインを開く:<a href="index.html?mode=tag&code=被災地支援のためのマストドン研究会">#被災地支援のためのマストドン研究会</a><br>
|
|
||||||
<script type="text/javascript" src="../../js/common/modal.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/common/about.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/platform/end.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/login/logout.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/ui/spotify.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/tl/speech.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/platform/pickr.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/ui/settings.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/ui/theme.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/tl/date.js"></script>
|
|
|
@ -1,566 +0,0 @@
|
||||||
var yesno = [
|
|
||||||
{
|
|
||||||
text: "Sí",
|
|
||||||
value: "yes"
|
|
||||||
}, {
|
|
||||||
text: "No",
|
|
||||||
value: "no"
|
|
||||||
}
|
|
||||||
];
|
|
||||||
var sound = [
|
|
||||||
{
|
|
||||||
text: "Ninguno",
|
|
||||||
value: "none"
|
|
||||||
}, {
|
|
||||||
text: "Predeterminado",
|
|
||||||
value: "default"
|
|
||||||
}, {
|
|
||||||
text: "Custom 1",
|
|
||||||
value: "c1"
|
|
||||||
}, {
|
|
||||||
text: "Custom 2",
|
|
||||||
value: "c2"
|
|
||||||
}, {
|
|
||||||
text: "Custom 3",
|
|
||||||
value: "c3"
|
|
||||||
}, {
|
|
||||||
text: "Custom 4",
|
|
||||||
value: "c4"
|
|
||||||
}
|
|
||||||
];
|
|
||||||
var envConstruction = [
|
|
||||||
{
|
|
||||||
id: "popup",
|
|
||||||
storage: "popup",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
setValue: 0,
|
|
||||||
width: 50,
|
|
||||||
text: {
|
|
||||||
head: "Ventana emergente de notificaciones (en Windows)",
|
|
||||||
desc: "Establecer \"0\" para ocultar",
|
|
||||||
after: "seg."
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "notf",
|
|
||||||
storage: "nativenotf",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Notificación nativa",
|
|
||||||
desc: "Esto no funciona en la compilación portátil para Windows.",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "width",
|
|
||||||
storage: "width",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
width: 50,
|
|
||||||
setValue: 300,
|
|
||||||
text: {
|
|
||||||
head: "Ancho mínimo de las columnas",
|
|
||||||
desc: "La barra de desplazamiento se mostrará cuando el tamaño de la ventana sea mayor que el de las columnas.",
|
|
||||||
after: "px por encima"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "fixwidth",
|
|
||||||
storage: "fixwidth",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
setValue: 300,
|
|
||||||
width: 50,
|
|
||||||
text: {
|
|
||||||
head: "Ancho mínimo del explorador de TweetDeck",
|
|
||||||
desc: "",
|
|
||||||
after: "px por encima"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "size",
|
|
||||||
storage: "size",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
width: 50,
|
|
||||||
setValue: 13,
|
|
||||||
text: {
|
|
||||||
head: "Tamaño de tipografía",
|
|
||||||
desc: "<span style=\"font-size:13px\">13px(valor absoluto)</span>",
|
|
||||||
after: "px"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "ha",
|
|
||||||
storage: "ha",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: false,
|
|
||||||
text: {
|
|
||||||
head: "Deshabilitar la aceleración por hardware",
|
|
||||||
desc: "Inicio automático",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Sí",
|
|
||||||
value: "true"
|
|
||||||
}, {
|
|
||||||
text: "No",
|
|
||||||
value: "false"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
];
|
|
||||||
var tlConstruction = [
|
|
||||||
{
|
|
||||||
id: "time",
|
|
||||||
storage: "datetype",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "absolute",
|
|
||||||
text: {
|
|
||||||
head: "Formato del tiempo",
|
|
||||||
desc: "Formato relativo: \"hace 1 minuto\", \"hace 3 días\"<br>Formato absoluto: \"14:30:00\", \"2019/12/31 23:59:59\"<br>Formato mezclado: los toots de hoy son relativos y el resto, absoluto.",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Relativo",
|
|
||||||
value: "relative"
|
|
||||||
}, {
|
|
||||||
text: "Absoluto",
|
|
||||||
value: "absolute"
|
|
||||||
}, {
|
|
||||||
text: "Ambos",
|
|
||||||
value: "double"
|
|
||||||
}, {
|
|
||||||
text: "Mezclados",
|
|
||||||
value: "medium"
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "ul",
|
|
||||||
storage: "locale",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Localización única del servidor",
|
|
||||||
desc: "Este valor está disponible en algunos servidores japoneses",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "nsfw",
|
|
||||||
storage: "nsfw",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Ocultar imágenes explícitas",
|
|
||||||
desc: "Efecto difumado",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "cw",
|
|
||||||
storage: "cw",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Ocultar contenidos con advertencias",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "rp",
|
|
||||||
storage: "replyct",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "hidden",
|
|
||||||
text: {
|
|
||||||
head: "Estilo de conteo de respuestas",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Mostrar \"1+\" si hay más de 1 respuesta.",
|
|
||||||
value: "hidden"
|
|
||||||
}, {
|
|
||||||
text: "Mostrat el conteo total (1, 2,…)",
|
|
||||||
value: "all"
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "gif",
|
|
||||||
storage: "gif",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Animación de GIF",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "tag",
|
|
||||||
storage: "tag-range",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "local",
|
|
||||||
text: {
|
|
||||||
head: "Búsqueda de línea temporal",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Usar red federada",
|
|
||||||
value: "all"
|
|
||||||
}, {
|
|
||||||
text: "Usar red local",
|
|
||||||
value: "local"
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "via",
|
|
||||||
storage: "viashow",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "Mostrar nombre del cliente de Mastodon",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "mov",
|
|
||||||
storage: "mouseover",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "Ocultar los botones de acción sin pasada del ratón",
|
|
||||||
desc: "Podrías sentir que la pasada del ratón es incómoda :(",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Pasar el ratón para mostrar",
|
|
||||||
value: "yes"
|
|
||||||
}, {
|
|
||||||
text: "Hacé clic para mostrar",
|
|
||||||
value: "click"
|
|
||||||
}, {
|
|
||||||
text: "No",
|
|
||||||
value: "no"
|
|
||||||
}
|
|
||||||
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "notfm",
|
|
||||||
storage: "setasread",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Mostrar marcador de notificaciones, campara roja y contador (en una columna de notificaciones).",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: true,
|
|
||||||
data: [
|
|
||||||
{
|
|
||||||
id: "sentence",
|
|
||||||
storage: "sentence",
|
|
||||||
width: 50,
|
|
||||||
setValue: 500,
|
|
||||||
text: { after: "líneas por encima o" }
|
|
||||||
}, {
|
|
||||||
id: "letters",
|
|
||||||
storage: "letters",
|
|
||||||
width: 50,
|
|
||||||
setValue: 7000,
|
|
||||||
text: { after: "letras por encima" }
|
|
||||||
}
|
|
||||||
],
|
|
||||||
text: {
|
|
||||||
head: "Colapsar automáticamente",
|
|
||||||
desc: "TheDesk no colapsa toots de 5 caracteres o menos. Al colapsar, no se muestran las nuevas líneas. TheDesk sólo cuenta las líneas por cantidad.",
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "img-height",
|
|
||||||
storage: "img-height",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
width: 80,
|
|
||||||
setValue: 200,
|
|
||||||
text: {
|
|
||||||
head: "Altura de imagen",
|
|
||||||
desc: "Opcional: establecé \"toda\" para no cortarla.",
|
|
||||||
after: "px"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "ticker",
|
|
||||||
storage: "ticker_ok",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "Habilitar #InstanceTicker",
|
|
||||||
desc: "Mostrar stickers coloridos sobre el servidor. <a href=\"https://wee.jp/\">Acerca de #InstanceTicker</a>, derechos de autor 2018 weepjo, kyori19.",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "anime",
|
|
||||||
storage: "animation",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Animación de líneas temporales",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "markers",
|
|
||||||
storage: "markers",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "Marcadores (marcar como leído) en línea temporal principal y notificaciones",
|
|
||||||
desc: "Mastodon 3.0~. Compartido en interface web y clientes de terceros soportados.",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "replySound",
|
|
||||||
storage: "replySound",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "none",
|
|
||||||
text: {
|
|
||||||
head: "Sonido (respuesta)",
|
|
||||||
desc: "",
|
|
||||||
checkbox: sound
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "favSound",
|
|
||||||
storage: "favSound",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "none",
|
|
||||||
text: {
|
|
||||||
head: "Sonido (marcado como favorito)",
|
|
||||||
desc: "",
|
|
||||||
checkbox: sound
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "btSound",
|
|
||||||
storage: "btSound",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "none",
|
|
||||||
text: {
|
|
||||||
head: "Sonido (retoot)",
|
|
||||||
desc: "",
|
|
||||||
checkbox: sound
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "followSound",
|
|
||||||
storage: "followSound",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "none",
|
|
||||||
text: {
|
|
||||||
head: "Sonido (nuevo seguidor)",
|
|
||||||
desc: "",
|
|
||||||
checkbox: sound
|
|
||||||
}
|
|
||||||
}
|
|
||||||
];
|
|
||||||
var postConstruction = [
|
|
||||||
{
|
|
||||||
id: "cw-text",
|
|
||||||
storage: "cw-text",
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: false,
|
|
||||||
width: 150,
|
|
||||||
setValue: "",
|
|
||||||
text: {
|
|
||||||
head: "Texto de advertencia predeterminado",
|
|
||||||
desc: "",
|
|
||||||
after: ""
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
checkbox: false,
|
|
||||||
doubleText: true,
|
|
||||||
data: [
|
|
||||||
{
|
|
||||||
id: "cw_sentence",
|
|
||||||
storage: "cw_sentence",
|
|
||||||
width: 50,
|
|
||||||
setValue: 500,
|
|
||||||
text: { after: "líneas por encima o" }
|
|
||||||
}, {
|
|
||||||
id: "cw_letters",
|
|
||||||
storage: "cw_letters",
|
|
||||||
width: 50,
|
|
||||||
setValue: 7000,
|
|
||||||
text: { after: "letras por encima" }
|
|
||||||
}
|
|
||||||
],
|
|
||||||
text: {
|
|
||||||
head: "Alertar antes de enviar un toot largo.",
|
|
||||||
desc: "Mostrar un diálogo si estás escribiendo un texto oculto demasiado largo.",
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "cws",
|
|
||||||
storage: "always-cw",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "Siempre establecer advertencia de contenido",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "vis",
|
|
||||||
storage: "vis",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "public",
|
|
||||||
text: {
|
|
||||||
head: "Visibilidad predeterminada",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Pública",
|
|
||||||
value: "public"
|
|
||||||
}, {
|
|
||||||
text: "No listada",
|
|
||||||
value: "unlisted"
|
|
||||||
}, {
|
|
||||||
text: "Privada",
|
|
||||||
value: "private"
|
|
||||||
}, {
|
|
||||||
text: "Mensaje directo",
|
|
||||||
value: "direct"
|
|
||||||
}, {
|
|
||||||
text: "Memoria (en cada servidor)",
|
|
||||||
value: "memory"
|
|
||||||
}, {
|
|
||||||
text: "Visibilidad predeterminada (se establece en la configuración del servidor de Mastodon)",
|
|
||||||
value: "useapi"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "img",
|
|
||||||
storage: "img",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "no-act",
|
|
||||||
text: {
|
|
||||||
head: "Configuración al enviar imágenes",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Dirección web para adjuntar medios",
|
|
||||||
value: "url"
|
|
||||||
}, {
|
|
||||||
text: "No adjuntar nada",
|
|
||||||
value: "no-act"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "box",
|
|
||||||
storage: "box",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "yes",
|
|
||||||
text: {
|
|
||||||
head: "Comportamiento de la caja de entradas",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Colapsar",
|
|
||||||
value: "yes"
|
|
||||||
}, {
|
|
||||||
text: "Abrir luego de enviar la entrada",
|
|
||||||
value: "no"
|
|
||||||
}, {
|
|
||||||
text: "Absolutamente abierta",
|
|
||||||
value: "absolute"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "quote",
|
|
||||||
storage: "quote",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "nothing",
|
|
||||||
text: {
|
|
||||||
head: "Formato de cita",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Sólo dirección web",
|
|
||||||
value: "simple"
|
|
||||||
}, {
|
|
||||||
text: "Dirección web y cuenta (mención al usuario)",
|
|
||||||
value: "mention"
|
|
||||||
}, {
|
|
||||||
text: "Dirección web, texto y cuenta (mención al usuario)",
|
|
||||||
value: "full"
|
|
||||||
}, {
|
|
||||||
text: "API (sólo algunas instancias)",
|
|
||||||
value: "apiQuote",
|
|
||||||
quote: true
|
|
||||||
}, {
|
|
||||||
text: "Deshabilitado (ocultar botones en las líneas temporales)",
|
|
||||||
value: "nothing"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "main",
|
|
||||||
storage: "mainuse",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "remain",
|
|
||||||
text: {
|
|
||||||
head: "Acciones de cuenta predeterminada",
|
|
||||||
desc: "Se puede establecer la cuenta predeterminada en el Administrador de cuentas.",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Cuenta usada recientemente",
|
|
||||||
value: "remain"
|
|
||||||
}, {
|
|
||||||
text: "Cuenta principal",
|
|
||||||
value: "main"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "sec",
|
|
||||||
storage: "sec",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "public",
|
|
||||||
text: {
|
|
||||||
head: "Botón de toot secundario",
|
|
||||||
desc: "",
|
|
||||||
checkbox: [
|
|
||||||
{
|
|
||||||
text: "Oculto",
|
|
||||||
value: "nothing"
|
|
||||||
}, {
|
|
||||||
text: "Pública",
|
|
||||||
value: "public"
|
|
||||||
}, {
|
|
||||||
text: "No listada",
|
|
||||||
value: "unlisted"
|
|
||||||
}, {
|
|
||||||
text: "Privada",
|
|
||||||
value: "private"
|
|
||||||
}, {
|
|
||||||
text: "Mensaje directo",
|
|
||||||
value: "direct"
|
|
||||||
}, {
|
|
||||||
text: "Sólo local",
|
|
||||||
value: "local",
|
|
||||||
kirishima: true,
|
|
||||||
kirishimaText: "非対応インスタンスでは「未収載」になります。"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
id: "zero",
|
|
||||||
storage: "emoji-zero-width",
|
|
||||||
checkbox: true,
|
|
||||||
setValue: "normal",
|
|
||||||
setValue: "no",
|
|
||||||
text: {
|
|
||||||
head: "No agregar espacio al insertar emojis",
|
|
||||||
desc: "",
|
|
||||||
checkbox: yesno
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,254 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="es-AR">
|
|
||||||
|
|
||||||
<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">
|
|
||||||
<!--
|
|
||||||
<script type="text/javascript">
|
|
||||||
var _jipt = [];
|
|
||||||
_jipt.push(['project', 'thedesk']);
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="https://cdn.crowdin.com/jipt/jipt.js"></script>
|
|
||||||
-->
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
font-family: 'Open Sans';
|
|
||||||
-webkit-app-region: drag;
|
|
||||||
cursor: move;
|
|
||||||
padding: 10px;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
#start {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
width: 100vw;
|
|
||||||
height: calc(100vh - 2.5rem);
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
#checkbox {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
a,
|
|
||||||
button,
|
|
||||||
input,
|
|
||||||
label,
|
|
||||||
i {
|
|
||||||
-webkit-app-region: no-drag;
|
|
||||||
}
|
|
||||||
|
|
||||||
#updskip {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skipbtn {
|
|
||||||
display: block;
|
|
||||||
float: left;
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
border: 1px solid;
|
|
||||||
margin-left: 5px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
border: 1px solid;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.skipbtn:hover {
|
|
||||||
background-color: #b3e5fc;
|
|
||||||
transition: all 0.3s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
#prog {
|
|
||||||
font-size: 200%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<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>
|
|
||||||
<i class="material-icons pointer waves-effect" onclick="about();">info</i>
|
|
||||||
<i class="material-icons pointer waves-effect" onclick="skipper();">clear</i>
|
|
||||||
<!--a href="update.html">Reload</a-->
|
|
||||||
<div id="start">
|
|
||||||
<div id="box" class="show">
|
|
||||||
<h2>TheDesk</h2>
|
|
||||||
<p>Obtené la última versión de TheDesk</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;">Compilación de instalación</button>
|
|
||||||
<button class="waves-effect btn windows hide" onclick="update('portable')"
|
|
||||||
style="margin-left:15px;">Compilación portátil</button>
|
|
||||||
<button class="waves-effect btn linux hide" onclick="update('linux')"
|
|
||||||
style="margin-left:15px;">Comenzar</button>
|
|
||||||
<button class="waves-effect btn mac hide" onclick="update('mac')"
|
|
||||||
style="margin-left:15px;">Comenzar</button>
|
|
||||||
<br>
|
|
||||||
¿Tenés problemas?<br>Por favor, descargá desde <a href=\"https://thedesk.top/en/\">el sitio web oficial</a>.
|
|
||||||
</div>
|
|
||||||
<div id="skipper" class="hide">
|
|
||||||
<h4>¡Podrías perderte una experiencia copada!</h4>
|
|
||||||
Saltar esta actualización<br>
|
|
||||||
<div id="updskip">
|
|
||||||
<a onclick="window.close();" class="pointer skipbtn waves-effect waves-light">
|
|
||||||
<div>Hasta el próximo refresco de la línea temporal</div>
|
|
||||||
</a>
|
|
||||||
<a onclick="nextv();" class="pointer skipbtn waves-effect waves-light">
|
|
||||||
<div>Hasta la próxima versión</div>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<a class="pointer waves-effect" onclick="skipper();" style="margin-top:5px">Continuar con la actualización</a>
|
|
||||||
</div>
|
|
||||||
<div id="dlnow" class="hide">
|
|
||||||
<h4>Descargando…</h4>
|
|
||||||
<h4 id="prog"></h4>
|
|
||||||
<div class="progress">
|
|
||||||
<div class="determinate" style="width: 0%"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script type="text/javascript" src="../../js/common/about.js"></script>
|
|
||||||
<script type="text/javascript" src="../../js/platform/end.js"></script>
|
|
||||||
<script>
|
|
||||||
function skipper() {
|
|
||||||
$("#dlnow").addClass("hide");
|
|
||||||
$("#box").toggleClass("show");
|
|
||||||
if ($("#box").hasClass("hide") && $("#skipper").hasClass("hide")) {
|
|
||||||
$("#skipper").removeClass("hide");
|
|
||||||
$("#skipper").addClass("show");
|
|
||||||
} else {
|
|
||||||
$("#box").toggleClass("hide");
|
|
||||||
$("#skipper").toggleClass("hide");
|
|
||||||
$("#skipper").toggleClass("show");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
verck();
|
|
||||||
function update(sel) {
|
|
||||||
$("#box").toggleClass("show");
|
|
||||||
$("#box").toggleClass("hide");
|
|
||||||
$("#dlnow").toggleClass("hide");
|
|
||||||
$("#dlnow").toggleClass("show");
|
|
||||||
$("#prog").text("");
|
|
||||||
var bit = localStorage.getItem("bit");
|
|
||||||
var start = "https://thedesk.top/ver.json";
|
|
||||||
fetch(start, {
|
|
||||||
method: 'GET',
|
|
||||||
headers: { 'content-type': 'application/json' },
|
|
||||||
}).then(function (response) {
|
|
||||||
return response.json();
|
|
||||||
}).catch(function (error) {
|
|
||||||
todo(error);
|
|
||||||
console.error(error);
|
|
||||||
}).then(function (json) {
|
|
||||||
if (sel == "install") {
|
|
||||||
if (bit == "x64") {
|
|
||||||
var url = json["winx64"];
|
|
||||||
var file = "TheDesk-setup.exe";
|
|
||||||
} else if (bit == "ia32") {
|
|
||||||
var url = json["winia32"];
|
|
||||||
var file = "TheDesk-setup-ia32.exe";
|
|
||||||
}
|
|
||||||
} else if (sel == "portable") {
|
|
||||||
if (bit == "x64") {
|
|
||||||
var url = json["winx64p"];
|
|
||||||
var file = "TheDesk.exe";
|
|
||||||
} else if (bit == "ia32") {
|
|
||||||
var url = json["winia32p"];
|
|
||||||
var file = "TheDesk-ia32.exe";
|
|
||||||
}
|
|
||||||
} else if (sel == "linux") {
|
|
||||||
if (bit == "x64") {
|
|
||||||
var url = json["linuxx64"];
|
|
||||||
var file = "TheDesk-linux-x64.zip";
|
|
||||||
} else if (bit == "ia32") {
|
|
||||||
var url = json["linuxia64"];
|
|
||||||
var file = "TheDesk-linux-ia32.zip";
|
|
||||||
}
|
|
||||||
} else if (sel == "mac") {
|
|
||||||
var url = json["mac"];
|
|
||||||
postMessage(["openUrl", url], "*")
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
postMessage(["downloadButton", [url, file]], "*")
|
|
||||||
});
|
|
||||||
|
|
||||||
}
|
|
||||||
function quit() {
|
|
||||||
postMessage(["sendSinmpleIpc", "quit"], "*")
|
|
||||||
}
|
|
||||||
function updateProg(arg) {
|
|
||||||
console.log(arg);
|
|
||||||
$(".determinate").css("width", arg * 100 + "%");
|
|
||||||
$("#prog").text(Math.floor(arg * 100) + "%");
|
|
||||||
}
|
|
||||||
function updateMess(arg) {
|
|
||||||
console.log(arg);
|
|
||||||
$("#prog").text(arg);
|
|
||||||
}
|
|
||||||
function verck() {
|
|
||||||
var platform = localStorage.getItem("platform");
|
|
||||||
var bit = localStorage.getItem("bit");
|
|
||||||
if (platform == "win32") {
|
|
||||||
$('.windows').removeClass("hide")
|
|
||||||
} else if (platform == "linux") {
|
|
||||||
$('.linux').removeClass("hide")
|
|
||||||
} else if (platform == "darwin") {
|
|
||||||
$('.mac').removeClass("hide")
|
|
||||||
}
|
|
||||||
var start = "https://thedesk.top/ver.json";
|
|
||||||
fetch(start, {
|
|
||||||
method: 'GET',
|
|
||||||
headers: { 'content-type': 'application/json' },
|
|
||||||
}).then(function (response) {
|
|
||||||
return response.json();
|
|
||||||
}).catch(function (error) {
|
|
||||||
todo(error);
|
|
||||||
console.error(error);
|
|
||||||
}).then(function (json) {
|
|
||||||
console.log(json);
|
|
||||||
if (platform == "win32") {
|
|
||||||
$("#ver").text(json.desk);
|
|
||||||
localStorage.setItem("next-ver", json.desk);
|
|
||||||
} else if (platform == "linux") {
|
|
||||||
$("#ver").text(json.desk_linux);
|
|
||||||
localStorage.setItem("next-ver", json.desk_linux);
|
|
||||||
} else if (platform == "darwin") {
|
|
||||||
$("#ver").text(json.desk_mac);
|
|
||||||
localStorage.setItem("next-ver", json.desk_mac);
|
|
||||||
}
|
|
||||||
var lang = "es-AR";
|
|
||||||
if (lang == "ja") {
|
|
||||||
$("#det").html(json.detail);
|
|
||||||
} else {
|
|
||||||
$("#det").html(json.detail_en);
|
|
||||||
}
|
|
||||||
|
|
||||||
$("#now").text(localStorage.getItem("ver"));
|
|
||||||
|
|
||||||
});
|
|
||||||
}
|
|
||||||
function nextv() {
|
|
||||||
localStorage.setItem("new-ver-skip", "true");
|
|
||||||
window.close();
|
|
||||||
}
|
|
||||||
function enc(ver) {
|
|
||||||
var ver = ver.replace(/\s/g, "");
|
|
||||||
var ver = ver.replace(/\(/g, "-");
|
|
||||||
var ver = ver.replace(/\)/g, "");
|
|
||||||
var ver = ver.replace(/\[/g, "_");
|
|
||||||
var ver = ver.replace(/\]/g, "");
|
|
||||||
return ver;
|
|
||||||
}
|
|
||||||
</script>
|
|
Loading…
Reference in New Issue
Block a user