Update zh-cn translations to 6addd5cf52

This commit is contained in:
CDN 2025-04-21 07:55:23 +08:00
parent a30b7e2499
commit 0e63f0b924
Signed by: CDN
GPG key ID: 0C656827F9F80080
7 changed files with 157 additions and 11 deletions

View file

@ -115,6 +115,12 @@ systemctl reload nginx
S3_ALIAS_HOST=files.example.com
```
(可选)如果你的 S3_ALIAS_HOST 使用了 301 重定向或类似方式,请将最终跳转的目标地址添加到 EXTRA_MEDIA_HOSTS。
```bash
EXTRA_MEDIA_HOSTS=https://data.example1.com,https://data.example2.com
```
然后重启 Mastodon
```bash