forked from Lmx1220/kpu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.js
340 lines (332 loc) · 9.8 KB
/
test.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
const main = {
dependencies: {
'@antv/g2plot': '^2.4.31',
'@bytemd/plugin-gfm': '^1.21.0',
'@bytemd/vue-next': '^1.21.0',
'@codemirror/lang-java': '^6.0.1',
'@codemirror/lang-javascript': '^6.2.1',
'@codemirror/theme-one-dark': '^6.1.2',
'@headlessui/vue': '^1.7.22',
'@imengyu/vue3-context-menu': '^1.4.1',
'@tinymce/tinymce-vue': '^6.0.1',
'@visactor/vchart': '^1.11.3',
'@vueuse/core': '^10.11.0',
'@vueuse/integrations': '^10.11.0',
'add': '^2.0.6',
'animate.css': '^4.1.1',
'axios': '^1.7.2',
'bytemd': '^1.21.0',
'codemirror': '^6.0.1',
'dayjs': '^1.11.11',
'defu': '^6.1.4',
'disable-devtool': '^0.3.7',
'echarts': '^5.5.0',
'element-plus': '^2.7.5',
'eruda': '^3.0.1',
'floating-vue': '5.2.2',
'highlight.js': '^11.9.0',
'hotkeys-js': '^3.13.7',
'js-base64': '^3.7.6',
'lodash-es': '^4.17.21',
'medium-zoom': '^1.1.0',
'mitt': '^3.0.1',
'mockjs': '^1.1.0',
'nprogress': '^0.2.0',
'overlayscrollbars': '^2.8.3',
'overlayscrollbars-vue': '^0.5.9',
'path-browserify': '^1.0.1',
'path-to-regexp': '^6.2.2',
'pinia': '^2.1.7',
'pinyin-pro': '^3.22.2',
'print-js': '^1.6.0',
'qrcode': '^1.5.3',
'qs': '^6.12.1',
'scule': '^1.3.0',
'sortablejs': '^1.15.2',
'spinkit': '^2.0.1',
'splitpanes': '^3.1.5',
'swiper': '^11.1.4',
'timeago.js': '^4.0.2',
'tinymce': '^7.1.2',
'v-wave': '^2.0.0',
'vconsole': '^3.15.1',
'vue': '^3.4.29',
'vue-codemirror': '^6.1.1',
'vue-currency-input': '^3.1.0',
'vue-esign': '^1.1.4',
'vue-hooks-plus': '^2.2.0',
'vue-i18n': '^9.13.1',
'vue-json-pretty': '^2.3.0',
'vue-m-message': '^4.0.2',
'vue-router': '^4.3.3',
'vue3-blocks-tree': '^0.6.1',
'vue3-count-to': '^1.1.2',
'vxe-table': '^4.7.16',
'vxe-table-plugin-element': '^4.0.0',
'xe-utils': '^3.5.27',
},
devDependencies: {
'@antfu/eslint-config': '^2.21.1',
'@iconify/json': '^2.2.219',
'@iconify/vue': '^4.1.2',
'@stylistic/stylelint-config': '^1.0.1',
'@types/lodash-es': '^4.17.12',
'@types/mockjs': '^1.0.10',
'@types/nprogress': '^0.2.3',
'@types/path-browserify': '^1.0.2',
'@types/qrcode': '^1.5.5',
'@types/qs': '^6.9.15',
'@types/sortablejs': '^1.15.8',
'@types/splitpanes': '^2.2.6',
'@unocss/eslint-plugin': '^0.61.0',
'@vitejs/plugin-legacy': '^5.4.1',
'@vitejs/plugin-vue': '^5.0.5',
'@vitejs/plugin-vue-jsx': '^4.0.0',
'archiver': '^7.0.1',
'autoprefixer': '^10.4.19',
'boxen': '^7.1.1',
'cross-env': '^7.0.3',
'eslint': '^9.5.0',
'esno': '^4.7.0',
'fs-extra': '^11.2.0',
'http-server': '^14.1.1',
'inquirer': '^9.2.23',
'lint-staged': '^15.2.7',
'npm-run-all2': '^6.2.0',
'picocolors': '^1.0.1',
'plop': '^4.0.1',
'postcss': '^8.4.38',
'rollup': '^3.29.4',
'rollup-plugin-visualizer': '^5.12.0',
'sass': '^1.77.5',
'simple-git-hooks': '^2.11.1',
'stylelint': '^16.6.1',
'stylelint-config-recess-order': '^5.0.1',
'stylelint-config-standard-scss': '^13.1.0',
'stylelint-config-standard-vue': '^1.0.0',
'stylelint-scss': '^6.3.1',
'svgo': '^3.3.2',
'terser': '^5.27.1',
'typescript': '^5.4.5',
'unocss': '^0.61.0',
'unplugin-auto-import': '^0.17.6',
'unplugin-turbo-console': '^1.8.6',
'unplugin-vue-components': '^0.27.0',
'vite': '^5.3.1',
'vite-plugin-banner': '^0.7.1',
'vite-plugin-compression2': '^1.1.1',
'vite-plugin-fake-server': '^2.1.1',
'vite-plugin-pages': '^0.32.2',
'vite-plugin-pwa': '^0.17.5',
'vite-plugin-svg-icons': '^2.0.1',
'vite-plugin-vue-devtools': '^7.2.1',
'vite-plugin-vue-meta-layouts': '^0.4.3',
'vue-tsc': '^2.0.21',
},
}
const dev = {
dependencies: {
'@antv/g2plot': '^2.4.32',
'@bytemd/plugin-gfm': '^1.21.0',
'@bytemd/vue-next': '^1.21.0',
'@headlessui/vue': '^1.7.22',
'@imengyu/vue3-context-menu': '^1.4.2',
'@tinymce/tinymce-vue': '^6.0.1',
'@visactor/vchart': '^1.11.10',
'@vueuse/core': '^10.11.0',
'@vueuse/integrations': '^10.11.0',
'animate.css': '^4.1.1',
'axios': '^1.7.3',
'bytemd': '^1.21.0',
'dayjs': '^1.11.12',
'defu': '^6.1.4',
'disable-devtool': '^0.3.7',
'echarts': '^5.5.1',
'element-plus': '^2.7.8',
'eruda': '^3.2.1',
'floating-vue': '5.2.2',
'hotkeys-js': '^3.13.7',
'lodash-es': '^4.17.21',
'medium-zoom': '^1.1.0',
'mitt': '^3.0.1',
'mockjs': '^1.1.0',
'nprogress': '^0.2.0',
'overlayscrollbars': '^2.10.0',
'overlayscrollbars-vue': '^0.5.9',
'path-browserify': '^1.0.1',
'path-to-regexp': '^7.1.0',
'pinia': '^2.2.0',
'pinyin-pro': '^3.24.2',
'print-js': '^1.6.0',
'qrcode': '^1.5.3',
'qs': '^6.13.0',
'scule': '^1.3.0',
'sortablejs': '^1.15.2',
'spinkit': '^2.0.1',
'splitpanes': '^3.1.5',
'swiper': '^11.1.9',
'timeago.js': '^4.0.2',
'tinymce': '^7.2.1',
'v-wave': '^2.0.0',
'vconsole': '^3.15.1',
'vue': '^3.4.35',
'vue-currency-input': '^3.1.0',
'vue-esign': '^1.1.4',
'vue-hooks-plus': '^2.2.1',
'vue-i18n': '^9.13.1',
'vue-m-message': '^4.0.2',
'vue-router': '^4.4.2',
'vue3-count-to': '^1.1.2',
'vxe-table': '^4.7.16',
'xe-utils': '^3.5.28',
},
devDependencies: {
'@antfu/eslint-config': '^2.24.1',
'@iconify/json': '^2.2.233',
'@iconify/vue': '^4.1.2',
'@intlify/unplugin-vue-i18n': '^4.0.0',
'@stylistic/stylelint-config': '^2.0.0',
'@types/lodash-es': '^4.17.12',
'@types/mockjs': '^1.0.10',
'@types/nprogress': '^0.2.3',
'@types/path-browserify': '^1.0.2',
'@types/qrcode': '^1.5.5',
'@types/qs': '^6.9.15',
'@types/sortablejs': '^1.15.8',
'@types/splitpanes': '^2.2.6',
'@unocss/eslint-plugin': '^0.61.9',
'@vitejs/plugin-legacy': '^5.4.1',
'@vitejs/plugin-vue': '^5.1.2',
'@vitejs/plugin-vue-jsx': '^4.0.0',
'archiver': '^7.0.1',
'autoprefixer': '^10.4.20',
'boxen': '^7.1.1',
'eslint': '^9.8.0',
'esno': '^4.7.0',
'fs-extra': '^11.2.0',
'http-server': '^14.1.1',
'inquirer': '^10.1.6',
'lint-staged': '^15.2.8',
'npm-run-all2': '^6.2.2',
'picocolors': '^1.0.1',
'plop': '^4.0.1',
'postcss': '^8.4.40',
'sass': '^1.77.8',
'simple-git-hooks': '^2.11.1',
'stylelint': '^16.8.1',
'stylelint-config-recess-order': '^5.0.1',
'stylelint-config-standard-scss': '^13.1.0',
'stylelint-config-standard-vue': '^1.0.0',
'stylelint-scss': '^6.4.1',
'svgo': '^3.3.2',
'typescript': '^5.5.4',
'unocss': '^0.61.9',
'unplugin-auto-import': '^0.18.2',
'unplugin-turbo-console': '^1.10.1',
'unplugin-vue-components': '^0.27.3',
'vite': '^5.3.5',
'vite-plugin-banner': '^0.7.1',
'vite-plugin-compression2': '^1.1.3',
'vite-plugin-fake-server': '^2.1.1',
'vite-plugin-pages': '^0.32.3',
'vite-plugin-svg-icons': '^2.0.1',
'vite-plugin-vue-devtools': '^7.3.7',
'vite-plugin-vue-meta-layouts': '^0.4.3',
'vue-tsc': '^2.0.29',
},
}
// main 循环查找 dev 依赖一样的包就用 dev 的版本
for (const key in main.dependencies) {
if (dev.dependencies[key]) {
main.dependencies[key] = dev.dependencies[key]
}
}
for (const key in main.devDependencies) {
if (dev.devDependencies[key]) {
main.devDependencies[key] = dev.devDependencies[key]
}
}
console.log('// main 循环查找 dev 依赖一样的包就用 dev 的版本')// eslint-disable-line no-console
console.log(JSON.stringify(main, null, 2))// eslint-disable-line no-console
// 找出不同的包
const diff = {
dependencies: {},
devDependencies: {},
}
for (const key in dev.dependencies) {
if (!main.dependencies[key]) {
diff.dependencies[key] = dev.dependencies[key]
}
}
for (const key in dev.devDependencies) {
if (!main.devDependencies[key]) {
diff.devDependencies[key] = dev.devDependencies[key]
}
}
console.log('// 找出不同的包')// eslint-disable-line no-console
console.log(JSON.stringify(diff, null, 2))// eslint-disable-line no-console
// 找出 main 有 dev 没有的包
const diff2 = {
dependencies: {},
devDependencies: {},
}
for (const key in main.dependencies) {
if (!dev.dependencies[key]) {
diff2.dependencies[key] = main.dependencies[key]
}
}
for (const key in main.devDependencies) {
if (!dev.devDependencies[key]) {
diff2.devDependencies[key] = main.devDependencies[key]
}
}
console.log('// 找出 main 有 dev 没有的包') // eslint-disable-line no-console
console.log(JSON.stringify(diff2, null, 2)) // eslint-disable-line no-console
// 找出 dev 有 main 没有的包
const diff3 = {
dependencies: {},
devDependencies: {},
}
for (const key in dev.dependencies) {
if (!main.dependencies[key]) {
diff3.dependencies[key] = dev.dependencies[key]
}
}
for (const key in dev.devDependencies) {
if (!main.devDependencies[key]) {
diff3.devDependencies[key] = dev.devDependencies[key]
}
}
console.log('// 找出 dev 有 main 没有的包') // eslint-disable-line no-console
console.log(JSON.stringify(diff3, null, 2)) // eslint-disable-line no-console
// const i18n = {
// key: {
// app: () => {
// return 'app'
// },
// subKey: {
// subApp: () => {
// return 'subApp'
// },
// },
// },
// key2: {
// app1: () => {
// return 'app1'
// },
// },
// }
// function executeFunctionsInObject(obj) {
// for (const key in obj) {
// if (typeof obj[key] === 'object' && obj[key] !== null) {
// // 如果值是一个对象,递归调用自身
// executeFunctionsInObject(obj[key])
// }
// else if (typeof obj[key] === 'function') {
// // 如果值是一个函数,调用函数并将结果存回原位置
// obj[key] = obj[key]({ normalize: val => `${val}` })
// }
// }
// }
//
// executeFunctionsInObject(i18n)