File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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} ) ;
You can’t perform that action at this time.
0 commit comments