File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,12 @@ export default () => {
15
15
16
16
return < div >
17
17
< 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 = " " />
19
19
< Flex vertical align = { 'flex-start' } >
20
20
< Button type = "link" target = "_blank" href = { intl ( 'https://openspg.yuque.com/ndx6g9/ooil9x' , 'https://openspg.yuque.com/ndx6g9/ns5nw2' ) } > 0.0.2</ Button >
21
21
< Button type = "link" target = "_blank" href = { intl ( 'https://openspg.yuque.com/ndx6g9/nmwkzz' , 'https://openspg.yuque.com/ndx6g9/wc9oyq' ) } > 0.0.3</ Button >
22
22
< 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 >
23
24
</ Flex >
24
25
</ div > ;
25
26
} ;
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ export default defineConfig({
43
43
{ id : 'zh-CN' , name : '中文' } ,
44
44
{ id : 'en-US' , name : 'English' } ,
45
45
] ,
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' ,
47
47
...( process . env . NODE_ENV === 'production' ? ProductionConfig : { } ) ,
48
48
} ) ;
You can’t perform that action at this time.
0 commit comments