diff --git a/content/ja/docs/3.for-admin/install/guides/1.index.md b/content/ja/docs/3.for-admin/install/guides/1.index.md index 286e0b59..30a3799f 100644 --- a/content/ja/docs/3.for-admin/install/guides/1.index.md +++ b/content/ja/docs/3.for-admin/install/guides/1.index.md @@ -17,6 +17,11 @@ Cloudflare が最新の JavaScript を解釈せず、中のソースコードを 詳しくは [misskey-dev/misskey #9791](https://github.com/misskey-dev/misskey/issues/9791) をご覧ください。 ::: +## Xserver VPSでインストール +[Xserver VPS](https://vps.xserver.ne.jp/)では標準でMisskeyのアプリイメージが提供されているため、簡単にMisskeyサーバーを作成することが可能です。 + +詳細については、[「Misskeyアプリイメージを利用する」](https://vps.xserver.ne.jp/support/manual/man_server_app_use_misskey.php)をご覧ください。 + ## インストール方法一覧 \ No newline at end of file diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 3466c7f7..8eb77109 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -155,6 +155,7 @@ _brandAssets: logo: "ロゴ" icon: "アイコン" banner: "バナー" + avatarDecorationTemplate: "アバターデコレーション テンプレート" _links: title: "リンク" diff --git a/pages/brand-assets.vue b/pages/brand-assets.vue index 6853e9b6..32a07a83 100644 --- a/pages/brand-assets.vue +++ b/pages/brand-assets.vue @@ -29,6 +29,10 @@ { name: $t('_brandAssets.banner'), anchor: '#banner', + }, + { + name: $t('_brandAssets.avatarDecorationTemplate'), + anchor: '#avatar-decoration' } ]" /> @@ -52,6 +56,10 @@ +
+

{{ $t(`_brandAssets.avatarDecorationTemplate`) }}

+ +
diff --git a/public/img/misc/avatar-decoration-template.png b/public/img/misc/avatar-decoration-template.png new file mode 100644 index 00000000..20d5a1ae Binary files /dev/null and b/public/img/misc/avatar-decoration-template.png differ