@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: 'Ant Design Mobile',
50
- url: 'https://mobile.ant.design',
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' ? Copyright 2022 Ant Group Co., Ltd..备案号:京ICP备15032932号-38' : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("a", {
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"
@@ -60,6 +60,8 @@
60
60
  }
61
61
 
62
62
  &.isAntVHome {
63
+ margin-bottom: -@nav-height;
64
+
63
65
  .container {
64
66
  max-width: 100%;
65
67
  padding: 0 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/dumi-theme-antv",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "AntV website theme based on dumi2.",
5
5
  "types": "dist/types.d.ts",
6
6
  "scripts": {