@antv/dumi-theme-antv 0.4.3 → 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 = {
@@ -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.3",
3
+ "version": "0.4.4",
4
4
  "description": "AntV website theme based on dumi2.",
5
5
  "types": "dist/types.d.ts",
6
6
  "scripts": {