From a7e77885d2fef662982acf629c8364b25caab6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BE=E3=81=A3=E3=81=A1=E3=82=83=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Mon, 12 Feb 2024 11:19:25 +0900 Subject: [PATCH] =?UTF-8?q?spec(frontend):=20about=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=81=AEUI=E8=AA=BF=E6=95=B4=20(MisskeyIO#441)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/src/pages/about.vue | 47 ++++++++++++++++++--------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/packages/frontend/src/pages/about.vue b/packages/frontend/src/pages/about.vue index aab3124735..ad47867b76 100644 --- a/packages/frontend/src/pages/about.vue +++ b/packages/frontend/src/pages/about.vue @@ -31,22 +31,15 @@ SPDX-License-Identifier: AGPL-3.0-only
- {{ i18n.ts.aboutMisskey }} + + + {{ i18n.ts.aboutMisskey }} + {{ i18n.ts.sourcecode }} - - - {{ i18n.ts.feedback }} - - - - - {{ i18n.tsx.supportThisInstance({ name: instance.name ?? host }) }} - - @@ -62,17 +55,39 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ i18n.ts.impressum }} + + + {{ i18n.ts.impressum }} +
- +
    -
  1. +
- {{ i18n.ts.termsOfService }} - {{ i18n.ts.privacyPolicy }} + + + {{ i18n.ts.termsOfService }} + + + + {{ i18n.ts.privacyPolicy }} + + + + {{ i18n.ts.feedback }} + + + + + {{ i18n.tsx.supportThisInstance({ name: instance.name ?? host }) }} + +