diff --git a/components/g/Footer.vue b/components/g/Footer.vue index 4432f374..18215032 100644 --- a/components/g/Footer.vue +++ b/components/g/Footer.vue @@ -45,7 +45,7 @@ {{ $t('_links.title') }}
  • - {{ $t('goToLegacyHub') }} + {{ $t('contactUs') }}
  • @@ -69,4 +69,4 @@ const localePath = useGLocalePath(); \ No newline at end of file + diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 2146c0fa..a4486baa 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -12,6 +12,7 @@ download: "ダウンロード" browse: "参照" settings: "設定" goToLegacyHub: "従来のMisskey Hub" +contactUs: "お問い合わせ" _error: notFound: "ページが見つかりませんでした" @@ -194,6 +195,10 @@ _brandAssets: banner: "バナー" avatarDecorationTemplate: "アバターデコレーション テンプレート" +_contact: + title: "お問い合わせ" + description: "Misskey Projectへのお問い合わせはこちらから" + _links: title: "リンク" _github: diff --git a/package.json b/package.json index 3b8a742b..56e751ea 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "ufo": "^1.5.1", "vite-svg-loader": "^5.1.0" }, - "packageManager": "pnpm@8.10.2", + "packageManager": "pnpm@8.15.5", "dependencies": { "nanoid": "^5.0.6" } diff --git a/pages/contact.vue b/pages/contact.vue new file mode 100644 index 00000000..83425aa6 --- /dev/null +++ b/pages/contact.vue @@ -0,0 +1,38 @@ + + + + + diff --git a/pages/learn-more.vue b/pages/learn-more.vue index 806b27d2..b8def928 100644 --- a/pages/learn-more.vue +++ b/pages/learn-more.vue @@ -61,6 +61,12 @@ title: $t('_aboutUs.title'), description: $t('_aboutUs.description'), img: '/img/misc/midev.png', + }, + { + to: localePath('/contact/'), + title: $t('_contact.title'), + description: $t('_contact.description'), + img: '/img/emojis/envelope_3d.png', }, ]" /> diff --git a/public/img/emojis/envelope_3d.png b/public/img/emojis/envelope_3d.png new file mode 100644 index 00000000..25a90b68 Binary files /dev/null and b/public/img/emojis/envelope_3d.png differ