chore: format

This commit is contained in:
suyao 2026-01-04 16:42:04 +08:00
parent 30c98ccc02
commit af899c00f0
No known key found for this signature in database

View File

@ -169,9 +169,7 @@ const AboutSettings: FC = () => {
const onOpenDocs = () => {
const isChinese = i18n.language.startsWith('zh')
window.api.openWebsite(
isChinese ? 'https://docs.cherry-ai.com/' : 'https://docs.cherry-ai.com/docs/en-us'
)
window.api.openWebsite(isChinese ? 'https://docs.cherry-ai.com/' : 'https://docs.cherry-ai.com/docs/en-us')
}
return (