feat: 添加 Bark 和 Gotify 通知的国际化支持

This commit is contained in:
RedwindA
2025-10-01 19:36:19 +08:00
parent 85ff8b1422
commit d6db10b4bc
3 changed files with 66 additions and 2 deletions

View File

@@ -590,7 +590,7 @@ const NotificationSettings = ({
rel='noopener noreferrer'
className='text-blue-500 hover:text-blue-600 font-medium'
>
Bark 官方文档
Bark {t('官方文档')}
</a>
</div>
</div>
@@ -691,7 +691,7 @@ const NotificationSettings = ({
rel='noopener noreferrer'
className='text-blue-500 hover:text-blue-600 font-medium'
>
Gotify 官方文档
Gotify {t('官方文档')}
</a>
</div>
</div>