directly import setting
This commit is contained in:
parent
df04ebca4c
commit
e93f860c0c
|
@ -48,6 +48,12 @@ html {
|
||||||
.first .hide-first {
|
.first .hide-first {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.hide-second {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.first .hide-second {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
#compt {
|
#compt {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
|
@ -53,6 +53,9 @@
|
||||||
<div id="acct-list"></div>
|
<div id="acct-list"></div>
|
||||||
<div class="divider"></div>
|
<div class="divider"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="hide-second">
|
||||||
|
<a href="setting.html">@@haveExported@@</a>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>@@add@@</h5>
|
<h5>@@add@@</h5>
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -20,5 +20,6 @@
|
||||||
"thisismisskey":"Login as Misskey",
|
"thisismisskey":"Login as Misskey",
|
||||||
"misskeylogin":"Read <a href=\"https://thedesk.top/how-to-misskey-login.html\">Docs(ja)</a> to login Misskey.",
|
"misskeylogin":"Read <a href=\"https://thedesk.top/how-to-misskey-login.html\">Docs(ja)</a> to login Misskey.",
|
||||||
"nodata":"No data",
|
"nodata":"No data",
|
||||||
"accessTokenSetup": "Use access token to login(click after fill not code but access-token in box: Advanced)"
|
"accessTokenSetup": "Use access token to login(click after fill not code but access-token in box: Advanced)",
|
||||||
|
"haveExported": "Having the exported file of TheDesk, click here to jump setting page"
|
||||||
}
|
}
|
|
@ -20,5 +20,6 @@
|
||||||
"thisismisskey":"Misskeyとしてログイン",
|
"thisismisskey":"Misskeyとしてログイン",
|
||||||
"misskeylogin":"<a href=\"https://thedesk.top/how-to-misskey-login.html\">ドキュメント</a>を参照して正しいコードを入れてください。",
|
"misskeylogin":"<a href=\"https://thedesk.top/how-to-misskey-login.html\">ドキュメント</a>を参照して正しいコードを入れてください。",
|
||||||
"nodata":"アカウントがありません",
|
"nodata":"アカウントがありません",
|
||||||
"accessTokenSetup": "アクセストークンを用いたセットアップ(コードの代わりにアクセストークンを入力してクリックしてください: 上級者向け)"
|
"accessTokenSetup": "アクセストークンを用いたセットアップ(コードの代わりにアクセストークンを入力してクリックしてください: 上級者向け)",
|
||||||
|
"haveExported": "設定をインポートしたい場合、ここをクリックして設定画面に飛んでください"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user