Skip to content

Commit aeba963

Browse files
jorbenclaude
andauthored
chore(about): 🔗 更新官方网址为 https://markdown.fit (#49)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7cd348f commit aeba963

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderer/components/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const About: React.FC = () => {
5050
{t('about.subtitle')}
5151
</Text>
5252
<Space style={{ marginTop: 16 }}>
53-
<Button onClick={() => handleOpenLink('https://github.com/MarkPDFdown/markpdfdown-desktop')}>
53+
<Button onClick={() => handleOpenLink('https://markdown.fit')}>
5454
{t('about.buttons.website')}
5555
</Button>
5656
<Button onClick={() => handleOpenLink('https://github.com/MarkPDFdown/markpdfdown-desktop/blob/master/LICENSE')}>

src/renderer/components/__tests__/About.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('About', () => {
127127
const websiteButton = screen.getByText('Website')
128128
fireEvent.click(websiteButton)
129129

130-
expect(mockWindowOpen).toHaveBeenCalledWith('https://github.com/MarkPDFdown/markpdfdown-desktop', '_blank')
130+
expect(mockWindowOpen).toHaveBeenCalledWith('https://markdown.fit', '_blank')
131131
})
132132

133133
it('should open license link when License button is clicked', () => {

0 commit comments

Comments
 (0)