@antv/dumi-theme-antv 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -46,8 +46,8 @@ export var Footer = function Footer(props) {
|
|
|
46
46
|
url: 'https://ant.design',
|
|
47
47
|
openExternal: true
|
|
48
48
|
}, {
|
|
49
|
-
title: '
|
|
50
|
-
url: 'https://
|
|
49
|
+
title: 'Galacea Effects',
|
|
50
|
+
url: 'https://galacean.antgroup.com/effects/',
|
|
51
51
|
openExternal: true
|
|
52
52
|
}, {
|
|
53
53
|
title: 'Umi',
|
|
@@ -70,11 +70,6 @@ export var Footer = function Footer(props) {
|
|
|
70
70
|
}),
|
|
71
71
|
url: 'https://github.com/alibaba/hooks',
|
|
72
72
|
openExternal: true
|
|
73
|
-
}, {
|
|
74
|
-
title: /*#__PURE__*/React.createElement(FormattedMessage, {
|
|
75
|
-
id: "\u56FD\u5185\u955C\u50CF"
|
|
76
|
-
}),
|
|
77
|
-
url: 'https://antv.antgroup.com/'
|
|
78
73
|
}]
|
|
79
74
|
};
|
|
80
75
|
var col2 = {
|
|
@@ -184,7 +179,7 @@ export var Footer = function Footer(props) {
|
|
|
184
179
|
className: classnames(styles.footer, className, (_classnames = {}, _defineProperty(_classnames, styles.light, theme === 'light'), _defineProperty(_classnames, styles.withMenu, isDynamicFooter), _classnames)),
|
|
185
180
|
bottom: bottom || /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
186
181
|
className: cx(styles.bottom, _defineProperty({}, styles.light, theme === 'light'))
|
|
187
|
-
}, theme === 'light' ?
|
|
182
|
+
}, theme === 'light' ? "\xA9 Copyright ".concat(new Date().getFullYear(), " Ant Group Co., Ltd..\u5907\u6848\u53F7\uFF1A\u4EACICP\u590715032932\u53F7-38") : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("a", {
|
|
188
183
|
href: "https://weibo.com/antv2017",
|
|
189
184
|
target: "_blank",
|
|
190
185
|
rel: "noopener noreferrer"
|