ims-template-config 1.18.0 → 1.19.0

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.
@@ -33,10 +33,6 @@ export var footer = function footer(repo) {
33
33
  title: '@ims-view/editor',
34
34
  url: 'https://ims-editor.vercel.app/',
35
35
  openExternal: true
36
- }, {
37
- title: 'ims-react-directive',
38
- url: 'https://github.com/eternallycyf/ims-react-directive',
39
- openExternal: true
40
36
  }]
41
37
  }, {
42
38
  title: '帮助',
@@ -55,15 +51,15 @@ export var footer = function footer(repo) {
55
51
  }, {
56
52
  title: '模板及配置',
57
53
  items: [{
58
- title: 'ims-monorepo-template',
59
- description: 'monorepo模板',
60
- url: 'https://github.com/eternallycyf/ims-monorepo-template',
61
- openExternal: true
62
- }, {
63
54
  title: 'ims-template',
64
55
  description: 'npm模板',
65
56
  url: 'https://github.com/eternallycyf/ims-template',
66
57
  openExternal: true
58
+ }, {
59
+ title: 'ims-monorepo-template',
60
+ description: 'monorepo模板',
61
+ url: 'https://github.com/eternallycyf/ims-monorepo-template',
62
+ openExternal: true
67
63
  }, {
68
64
  title: 'ims-template-config',
69
65
  description: '配置',
@@ -98,6 +94,10 @@ export var footer = function footer(repo) {
98
94
  title: 'ims-keep-alive',
99
95
  url: 'https://ims-keep-alive.vercel.app/',
100
96
  openExternal: true
97
+ }, {
98
+ title: 'ims-react-directive',
99
+ url: 'https://github.com/eternallycyf/ims-react-directive',
100
+ openExternal: true
101
101
  }]
102
102
  }];
103
103
  };
@@ -65,11 +65,6 @@ var footer = (repo) => [
65
65
  title: "@ims-view/editor",
66
66
  url: "https://ims-editor.vercel.app/",
67
67
  openExternal: true
68
- },
69
- {
70
- title: "ims-react-directive",
71
- url: "https://github.com/eternallycyf/ims-react-directive",
72
- openExternal: true
73
68
  }
74
69
  ]
75
70
  },
@@ -95,18 +90,18 @@ var footer = (repo) => [
95
90
  {
96
91
  title: "模板及配置",
97
92
  items: [
98
- {
99
- title: "ims-monorepo-template",
100
- description: "monorepo模板",
101
- url: "https://github.com/eternallycyf/ims-monorepo-template",
102
- openExternal: true
103
- },
104
93
  {
105
94
  title: "ims-template",
106
95
  description: "npm模板",
107
96
  url: "https://github.com/eternallycyf/ims-template",
108
97
  openExternal: true
109
98
  },
99
+ {
100
+ title: "ims-monorepo-template",
101
+ description: "monorepo模板",
102
+ url: "https://github.com/eternallycyf/ims-monorepo-template",
103
+ openExternal: true
104
+ },
110
105
  {
111
106
  title: "ims-template-config",
112
107
  description: "配置",
@@ -149,6 +144,11 @@ var footer = (repo) => [
149
144
  title: "ims-keep-alive",
150
145
  url: "https://ims-keep-alive.vercel.app/",
151
146
  openExternal: true
147
+ },
148
+ {
149
+ title: "ims-react-directive",
150
+ url: "https://github.com/eternallycyf/ims-react-directive",
151
+ openExternal: true
152
152
  }
153
153
  ]
154
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ims-template-config",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "description": "ims 一些配置",
5
5
  "keywords": [
6
6
  "config"