fix: update url

This commit is contained in:
Pleasurecruise
2025-03-18 00:06:50 +08:00
committed by 亢奋猫
parent d09477839c
commit efd7866deb
5 changed files with 16 additions and 16 deletions
@@ -101,7 +101,7 @@ const AboutSettings: FC = () => {
<SettingTitle>
{t('settings.about.title')}
<HStack alignItems="center">
<Link to="https://github.com/kangfenmao/cherry-studio">
<Link to="https://github.com/CherryHQ/cherry-studio">
<GithubOutlined style={{ marginRight: 4, color: 'var(--color-text)', fontSize: 20 }} />
</Link>
</HStack>
@@ -109,7 +109,7 @@ const AboutSettings: FC = () => {
<SettingDivider />
<AboutHeader>
<Row align="middle">
<AvatarWrapper onClick={() => onOpenWebsite('https://github.com/kangfenmao/cherry-studio')}>
<AvatarWrapper onClick={() => onOpenWebsite('https://github.com/CherryHQ/cherry-studio')}>
{update.downloadProgress > 0 && (
<ProgressCircle
type="circle"
@@ -126,7 +126,7 @@ const AboutSettings: FC = () => {
<Title>{APP_NAME}</Title>
<Description>{t('settings.about.description')}</Description>
<Tag
onClick={() => onOpenWebsite('https://github.com/kangfenmao/cherry-studio/releases')}
onClick={() => onOpenWebsite('https://github.com/CherryHQ/cherry-studio/releases')}
color="cyan"
style={{ marginTop: 8, cursor: 'pointer' }}>
v{version}
@@ -189,7 +189,7 @@ const AboutSettings: FC = () => {
<GithubOutlined />
{t('settings.about.feedback.title')}
</SettingRowTitle>
<Button onClick={() => onOpenWebsite('https://github.com/kangfenmao/cherry-studio/issues/new/choose')}>
<Button onClick={() => onOpenWebsite('https://github.com/CherryHQ/cherry-studio/issues/new/choose')}>
{t('settings.about.feedback.button')}
</Button>
</SettingRow>