easy-soft-develop 2.1.92 → 2.1.95

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.1.92",
3
+ "version": "2.1.95",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
@@ -107,92 +107,101 @@ function handlePackage(projectPath, zipPath) {
107
107
  copyFile({
108
108
  sourceMainPath,
109
109
  targetMainPath,
110
- filepath: 'generatorConfig/function.data.extra.json',
110
+ filepath: 'config/router.master.template.config.js',
111
111
  callback: () => {
112
112
  copyFile({
113
113
  sourceMainPath,
114
114
  targetMainPath,
115
- filepath: 'src/commonAssist/Action/actionGeneral.js',
115
+ filepath: 'generatorConfig/function.data.extra.json',
116
116
  callback: () => {
117
- copyFolder({
117
+ copyFile({
118
118
  sourceMainPath,
119
119
  targetMainPath,
120
- filepath: 'src/components/PageLoading/',
120
+ filepath: 'src/commonAssist/Action/actionGeneral.js',
121
121
  callback: () => {
122
122
  copyFolder({
123
123
  sourceMainPath,
124
124
  targetMainPath,
125
- filepath: 'src/customConfig/general/',
125
+ filepath: 'src/components/PageLoading/',
126
126
  callback: () => {
127
127
  copyFolder({
128
128
  sourceMainPath,
129
129
  targetMainPath,
130
- filepath:
131
- 'src/customSpecialComponents/BaseUpdateRoleModal/',
130
+ filepath: 'src/customConfig/general/',
132
131
  callback: () => {
133
- copyFile({
132
+ copyFolder({
134
133
  sourceMainPath,
135
134
  targetMainPath,
136
135
  filepath:
137
- 'src/customSpecialComponents/CustomAssembly/menuHeader.js',
136
+ 'src/customSpecialComponents/BaseUpdateRoleModal/',
138
137
  callback: () => {
139
- copyFolder({
138
+ copyFile({
140
139
  sourceMainPath,
141
140
  targetMainPath,
142
141
  filepath:
143
- 'src/customSpecialComponents/UpdateModuleModalBase/',
142
+ 'src/customSpecialComponents/CustomAssembly/menuHeader.js',
144
143
  callback: () => {
145
144
  copyFolder({
146
145
  sourceMainPath,
147
146
  targetMainPath,
148
- filepath: 'src/pages/',
147
+ filepath:
148
+ 'src/customSpecialComponents/UpdateModuleModalBase/',
149
149
  callback: () => {
150
- copyFile({
150
+ copyFolder({
151
151
  sourceMainPath,
152
152
  targetMainPath,
153
- filepath: 'src/utils/init.js',
153
+ filepath: 'src/pages/',
154
154
  callback: () => {
155
155
  copyFile({
156
156
  sourceMainPath,
157
157
  targetMainPath,
158
- filepath: 'src/utils/tools.js',
158
+ filepath: 'src/utils/init.js',
159
159
  callback: () => {
160
160
  copyFile({
161
161
  sourceMainPath,
162
162
  targetMainPath,
163
- filepath: 'src/access.js',
163
+ filepath: 'src/utils/tools.js',
164
164
  callback: () => {
165
165
  copyFile({
166
166
  sourceMainPath,
167
167
  targetMainPath,
168
- filepath: 'src/app.core.jsx',
168
+ filepath: 'src/access.js',
169
169
  callback: () => {
170
170
  copyFile({
171
171
  sourceMainPath,
172
172
  targetMainPath,
173
173
  filepath:
174
- 'src/global.less',
174
+ 'src/app.core.jsx',
175
175
  callback: () => {
176
176
  copyFile({
177
177
  sourceMainPath,
178
178
  targetMainPath,
179
179
  filepath:
180
- 'src/overrides.less',
180
+ 'src/global.less',
181
181
  callback: () => {
182
182
  copyFile({
183
183
  sourceMainPath,
184
184
  targetMainPath,
185
185
  filepath:
186
- 'plugin.ts',
186
+ 'src/overrides.less',
187
187
  callback: () => {
188
188
  copyFile({
189
189
  sourceMainPath,
190
190
  targetMainPath,
191
191
  filepath:
192
- 'tsconfig.json',
192
+ 'plugin.ts',
193
193
  callback:
194
194
  () => {
195
- clearResource();
195
+ copyFile({
196
+ sourceMainPath,
197
+ targetMainPath,
198
+ filepath:
199
+ 'tsconfig.json',
200
+ callback:
201
+ () => {
202
+ clearResource();
203
+ },
204
+ });
196
205
  },
197
206
  });
198
207
  },