enhance(frontend): サーバーのテーマ設定を別ページに分離

This commit is contained in:
syuilo 2023-06-09 15:53:40 +09:00
parent 0465e74521
commit dd733ec1d0
6 changed files with 144 additions and 77 deletions

1
locales/index.d.ts vendored
View file

@ -1065,6 +1065,7 @@ export interface Locale {
"goToMisskey": string;
"additionalEmojiDictionary": string;
"installed": string;
"branding": string;
"_initialAccountSetting": {
"accountCreated": string;
"letsStartAccountSetup": string;

View file

@ -1062,6 +1062,7 @@ later: "あとで"
goToMisskey: "Misskeyへ"
additionalEmojiDictionary: "絵文字の追加辞書"
installed: "インストール済み"
branding: "ブランディング"
_initialAccountSetting:
accountCreated: "アカウントの作成が完了しました!"