TheDesk Airi (ver.6)
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
||||||
*.bat
|
*.bat
|
||||||
*.zip
|
*.zip
|
||||||
/TheDesk-*/
|
/TheDesk*/
|
14
LATEST.md
|
@ -1,9 +1,8 @@
|
||||||
## For Astarte(kirishima.cloud), My Primary Instance
|
## For Astarte(kirishima.cloud), My Primary Instance
|
||||||
|
|
||||||
TheDesk :thedesk: Airi (ver.5)
|
TheDesk :thedesk: Airi (ver.6)
|
||||||
・Spotify NowPlaying機能を追加
|
・Tootsearchでトゥート検索(β)
|
||||||
・脆弱性の修正
|
・バグフィックス
|
||||||
・絵文字の描画に関する修正
|
|
||||||
【重要】このアップデートは以下の理由で推奨されます。
|
【重要】このアップデートは以下の理由で推奨されます。
|
||||||
・脆弱性の修正
|
・脆弱性の修正
|
||||||
https://thedesk.top
|
https://thedesk.top
|
||||||
|
@ -11,10 +10,9 @@ https://thedesk.top
|
||||||
|
|
||||||
## For Vanilla Instances
|
## For Vanilla Instances
|
||||||
|
|
||||||
Windows/LinuxクライアントTheDesk Airi (ver.5)リリース
|
Windows/LinuxクライアントTheDesk Airi (ver.66)リリース
|
||||||
・Spotify NowPlaying機能を追加
|
・Tootsearchでトゥート検索(β)
|
||||||
・脆弱性の修正
|
・バグフィックス
|
||||||
・絵文字の描画に関する修正
|
|
||||||
【重要】このアップデートは以下の理由で推奨されます。
|
【重要】このアップデートは以下の理由で推奨されます。
|
||||||
・脆弱性の修正
|
・脆弱性の修正
|
||||||
TheDeskはマルチカラム,マルチアカウントはもちろんのこと,なにかとマストドンライフをシンプルに効率化するクライアントです。
|
TheDeskはマルチカラム,マルチアカウントはもちろんのこと,なにかとマストドンライフをシンプルに効率化するクライアントです。
|
||||||
|
|
|
@ -19,7 +19,6 @@ a,button{
|
||||||
}
|
}
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
|
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
|
||||||
|
@ -69,7 +68,7 @@ a,button{
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="center">
|
<body class="center " style="overflow:hidden">
|
||||||
<script type="text/javascript" src="./js/common/jquery.js"></script>
|
<script type="text/javascript" src="./js/common/jquery.js"></script>
|
||||||
<script type="text/javascript" src="./js/platform/first.js"></script>
|
<script type="text/javascript" src="./js/platform/first.js"></script>
|
||||||
<script type="text/javascript" src="./js/common/materialize.js"></script>
|
<script type="text/javascript" src="./js/common/materialize.js"></script>
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans:300" rel="stylesheet">
|
||||||
<style>.acct{display:flex; justify-content:space-around;}
|
<style>.acct{display:flex; justify-content:space-around;}
|
||||||
.text{overflow-x: scroll;}
|
.text{overflow-x: scroll;}
|
||||||
|
body,html{overflow-y: scroll;}
|
||||||
</style>
|
</style>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
</head>
|
</head>
|
||||||
|
@ -45,13 +46,11 @@ Linuxでご使用の方はチェックを入れて下さい。<br>
|
||||||
<img src="./img/loading.svg" id="ins-prof" width="200"><br>
|
<img src="./img/loading.svg" id="ins-prof" width="200"><br>
|
||||||
<span id="ins-upd"></span>現在<br>
|
<span id="ins-upd"></span>現在<br>
|
||||||
ドメイン名:<span class="now-domain"></span><br>
|
ドメイン名:<span class="now-domain"></span><br>
|
||||||
いつから:<span id="ins-add"></span><br>
|
|
||||||
接続済みインスタンス:<span id="ins-connect"></span>個<br>
|
接続済みインスタンス:<span id="ins-connect"></span>個<br>
|
||||||
トゥート数:<span id="ins-toot"></span>個<br>
|
トゥート数:<span id="ins-toot"></span>個<br>
|
||||||
ユーザー数:<span id="ins-user"></span>人<br>
|
ユーザー数:<span id="ins-user"></span>人<br>
|
||||||
コネクション:<span id="ins-per"></span>%<br>
|
コネクション:<span id="ins-per"></span>%<br>
|
||||||
マストドンバージョン:<span id="ins-ver"></span><br>
|
マストドンバージョン:<span id="ins-ver"></span><br>
|
||||||
マストドンアップデート:<span id="ins-sys"></span><br>
|
|
||||||
<script type="text/javascript" src="./js/ui/theme.js"></script>
|
<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/platform/end.js"></script>
|
||||||
<script type="text/javascript" src="./js/login/manager.js"></script>
|
<script type="text/javascript" src="./js/login/manager.js"></script>
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
#emoji-list {
|
#emoji-list {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 110px);
|
height: calc(100% - 130px);
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.emoji-control {}
|
.emoji-control {}
|
||||||
|
|
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 562 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 413 B |
Before Width: | Height: | Size: 693 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 614 B |
Before Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 506 B |
Before Width: | Height: | Size: 678 B |
Before Width: | Height: | Size: 678 B |
Before Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 792 B |
Before Width: | Height: | Size: 570 B |
Before Width: | Height: | Size: 468 B |
Before Width: | Height: | Size: 411 B |
Before Width: | Height: | Size: 510 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 458 B |
Before Width: | Height: | Size: 372 B |
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 362 B |
Before Width: | Height: | Size: 747 B |
Before Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 302 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 804 B |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 709 B |
Before Width: | Height: | Size: 489 B |
Before Width: | Height: | Size: 578 B |
Before Width: | Height: | Size: 418 B |
Before Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 238 B |
Before Width: | Height: | Size: 487 B |
Before Width: | Height: | Size: 524 B |
Before Width: | Height: | Size: 342 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 451 B |
Before Width: | Height: | Size: 577 B |
Before Width: | Height: | Size: 740 B |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 472 B |
Before Width: | Height: | Size: 474 B |
Before Width: | Height: | Size: 366 B |
Before Width: | Height: | Size: 452 B |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 533 B |
Before Width: | Height: | Size: 526 B |
Before Width: | Height: | Size: 635 B |
Before Width: | Height: | Size: 497 B |
Before Width: | Height: | Size: 447 B |
Before Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 549 B |
Before Width: | Height: | Size: 909 B |
Before Width: | Height: | Size: 658 B |
Before Width: | Height: | Size: 904 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 905 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 954 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 942 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 712 B |
Before Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 976 B |
Before Width: | Height: | Size: 713 B |
Before Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 955 B |
Before Width: | Height: | Size: 703 B |