From a7e27c24194b21637088971f8167952b652190c9 Mon Sep 17 00:00:00 2001 From: xps2 <9610872+xps2@users.noreply.github.com> Date: Sat, 7 Jul 2018 21:08:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA?= =?UTF-8?q?=E3=81=A8=E3=83=95=E3=82=A3=E3=83=BC=E3=83=89=E3=83=90=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=81=AEURL=E3=82=92config=E3=81=8B=E3=82=89=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/example.yml | 6 ++++++ src/client/app/common/views/components/nav.vue | 10 ++++++---- src/client/app/config.ts | 4 ++++ src/config/types.ts | 2 ++ webpack.config.ts | 2 ++ 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.config/example.yml b/.config/example.yml index 427377a69..98dcd29c2 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -12,6 +12,12 @@ maintainer: # メンテナの連絡先(URLかmailto形式のURL) url: + # レポジトリのURL + repository_url: + + # フィードバックのURL(issueなど) + feedback_url: + # (Misskeyを動かす)URL url: diff --git a/src/client/app/common/views/components/nav.vue b/src/client/app/common/views/components/nav.vue index cd1f99288..e25dbc78c 100644 --- a/src/client/app/common/views/components/nav.vue +++ b/src/client/app/common/views/components/nav.vue @@ -2,9 +2,9 @@ %i18n:@about% - %i18n:@repository% + %i18n:@repository% - %i18n:@feedback% + %i18n:@feedback% %i18n:@develop% @@ -14,7 +14,7 @@