Skip to content

Commit

Permalink
style: update help doc (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: mutu <[email protected]>
  • Loading branch information
echoOikawa and mutu authored Oct 29, 2024
1 parent 358b44a commit e2cbfc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .dumi/pages/guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ export default () => {

return <div>
<Title level={4}>{intl('版本', 'Version')}</Title>
<Redirect url={intl('https://openspg.yuque.com/ndx6g9/nmwkzz', 'https://openspg.yuque.com/ndx6g9/ps5q6b')} target='_blank' text=" " />
<Redirect url={intl('https://openspg.yuque.com/ndx6g9/0.5', 'https://openspg.yuque.com/ndx6g9/wc9oyq')} target='_blank' text=" " />
<Flex vertical align={'flex-start'}>
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/ooil9x', 'https://openspg.yuque.com/ndx6g9/ns5nw2')}>0.0.2</Button>
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/nmwkzz', 'https://openspg.yuque.com/ndx6g9/ps5q6b')}>0.0.3</Button>
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/nmwkzz', 'https://openspg.yuque.com/ndx6g9/wc9oyq')}>0.0.3</Button>
<Button type="link" target="_blank" href={intl('https://openspg.yuque.com/ndx6g9/0.5', 'https://openspg.yuque.com/ndx6g9/wc9oyq')}>0.5</Button>
</Flex>
</div>;
};

0 comments on commit e2cbfc4

Please sign in to comment.