From a2b8097b4b41505432529823885be09ae4c5307a Mon Sep 17 00:00:00 2001 From: NoriDev <11006910+noridev@users.noreply.github.com> Date: Tue, 8 Jun 2021 12:17:17 +0900 Subject: 歓迎ページでバナー画像が表示されない問題を修正 (#7559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 歓迎ページでバナー画像が表示されない問題 * revert * 背景画像設定オプションを追加 --- locales/ja-JP.yml | 1 + src/client/components/featured-photos.vue | 4 +--- src/client/pages/instance/settings.vue | 8 ++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 13f7e331ad..9e500f6130 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -326,6 +326,7 @@ driveCapacityPerRemoteAccount: "リモートユーザーひとりあたりのド inMb: "メガバイト単位" iconUrl: "アイコン画像のURL (faviconなど)" bannerUrl: "バナー画像のURL" +backgroundImageUrl: "背景画像のURL" basicInfo: "基本情報" pinnedUsers: "ピン留めユーザー" pinnedUsersDescription: "「みつける」ページなどにピン留めしたいユーザーを改行で区切って記述します。" diff --git a/src/client/components/featured-photos.vue b/src/client/components/featured-photos.vue index daa2190feb..c992a5d1fb 100644 --- a/src/client/components/featured-photos.vue +++ b/src/client/components/featured-photos.vue @@ -1,7 +1,5 @@