mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 08:53:49 +01:00
(update) iroiro
This commit is contained in:
parent
deabf06bce
commit
5c20f4435a
@ -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)をご覧ください。
|
||||
|
||||
## インストール方法一覧
|
||||
|
||||
<MkIndex />
|
@ -155,6 +155,7 @@ _brandAssets:
|
||||
logo: "ロゴ"
|
||||
icon: "アイコン"
|
||||
banner: "バナー"
|
||||
avatarDecorationTemplate: "アバターデコレーション テンプレート"
|
||||
|
||||
_links:
|
||||
title: "リンク"
|
||||
|
@ -29,6 +29,10 @@
|
||||
{
|
||||
name: $t('_brandAssets.banner'),
|
||||
anchor: '#banner',
|
||||
},
|
||||
{
|
||||
name: $t('_brandAssets.avatarDecorationTemplate'),
|
||||
anchor: '#avatar-decoration'
|
||||
}
|
||||
]" />
|
||||
<Tip>
|
||||
@ -52,6 +56,10 @@
|
||||
<img class="border border-slate-200 dark:border-slate-700" src="https://raw.githubusercontent.com/misskey-dev/assets/main/banner-2.png" />
|
||||
</a>
|
||||
</div>
|
||||
<div id="avatar-decoration">
|
||||
<h2 class="text-2xl lg:text-3xl font-title font-bold mb-4">{{ $t(`_brandAssets.avatarDecorationTemplate`) }}</h2>
|
||||
<BrandAssetsImgPreview src="/img/misc/avatar-decoration-template.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
public/img/misc/avatar-decoration-template.png
Normal file
BIN
public/img/misc/avatar-decoration-template.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user