Skip to content

Commit 107d595

Browse files
echoOikawamutu
and
mutu
authored
style: update help doc (#21) (#22)
Co-authored-by: mutu <[email protected]>
1 parent e2cbfc4 commit 107d595

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dumi/pages/guide.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ export default () => {
1515

1616
return <div>
1717
<Title level={4}>{intl('版本', 'Version')}</Title>
18-
<Redirect url={intl('https://openspg.yuque.com/ndx6g9/0.5', 'https://openspg.yuque.com/ndx6g9/wc9oyq')} target='_blank' text=" " />
18+
<Redirect url={intl('https://openspg.yuque.com/ndx6g9/docs', 'https://openspg.yuque.com/ndx6g9/docs_en')} target='_blank' text=" " />
1919
<Flex vertical align={'flex-start'}>
2020
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/ooil9x', 'https://openspg.yuque.com/ndx6g9/ns5nw2')}>0.0.2</Button>
2121
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/nmwkzz', 'https://openspg.yuque.com/ndx6g9/wc9oyq')}>0.0.3</Button>
2222
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/0.5', 'https://openspg.yuque.com/ndx6g9/wc9oyq')}>0.5</Button>
23+
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/docs', 'https://openspg.yuque.com/ndx6g9/docs_en')}>0.6</Button>
2324
</Flex>
2425
</div>;
2526
};

.dumirc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ export default defineConfig({
4343
{ id: 'zh-CN', name: '中文' },
4444
{ id: 'en-US', name: 'English' },
4545
],
46-
logo: 'https://mdn.alipayobjects.com/huamei_xgb3qj/afts/img/A*D5uYQpLS8dsAAAAAAAAAAAAADtmcAQ/original',
46+
logo: 'https://mdn.alipayobjects.com/huamei_ukv101/afts/img/z4srRIWNIzoAAAAAAAAAAAAADisxAQFr/original',
4747
...(process.env.NODE_ENV === 'production' ? ProductionConfig : {}),
4848
});

0 commit comments

Comments
 (0)