11import React from 'react' ;
22import { Divider } from 'antd' ;
33import { useSiteData } from 'dumi' ;
4+
45import './index.scss' ;
56
67export default function Footer ( ) {
@@ -14,6 +15,7 @@ export default function Footer() {
1415 < a
1516 href = "https://github.com/DTStack/dt-react-component/blob/master/CHANGELOG.md"
1617 target = "_blank"
18+ rel = "noreferrer"
1719 >
1820 更新日志
1921 </ a >
@@ -22,6 +24,7 @@ export default function Footer() {
2224 < a
2325 href = "https://github.com/DTStack/dt-react-component/issues"
2426 target = "_blank"
27+ rel = "noreferrer"
2528 >
2629 报告 Bug
2730 </ a >
@@ -30,25 +33,29 @@ export default function Footer() {
3033 < div className = "dtc-footer-rows" >
3134 < span className = "dtc-footer-rows-title" > 相关链接</ span >
3235 < div className = "dtc-footer-col" >
33- < a href = "https://www.dtstack.com/" target = "_blank" >
36+ < a href = "https://www.dtstack.com/" target = "_blank" rel = "noreferrer" >
3437 袋鼠云
3538 </ a >
3639 </ div >
3740 < div className = "dtc-footer-col" >
38- < a href = "http://ued.dtstack.cn/" target = "_blank" >
41+ < a href = "http://ued.dtstack.cn/" target = "_blank" rel = "noreferrer" >
3942 数栈前端团队
4043 </ a >
4144 </ div >
4245 < div className = "dtc-footer-col" >
43- < a href = "https://4x.ant.design/index-cn" target = "_blank" >
46+ < a href = "https://4x.ant.design/index-cn" target = "_blank" rel = "noreferrer" >
4447 Ant Design 4
4548 </ a >
4649 </ div >
4750 </ div >
4851 < div className = "dtc-footer-rows" >
4952 < span className = "dtc-footer-rows-title" > 社区</ span >
5053 < div className = "dtc-footer-col" >
51- < a href = "https://github.com/DTStack/dt-react-component" target = "_blank" >
54+ < a
55+ href = "https://github.com/DTStack/dt-react-component"
56+ target = "_blank"
57+ rel = "noreferrer"
58+ >
5259 Github
5360 </ a >
5461 </ div >
0 commit comments