@atomicservice/ascf-toolkit 1.0.4-beta.0 → 1.0.5-beta.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.
Files changed (88) hide show
  1. package/lib/ascf-base/index.d.ts +68 -0
  2. package/lib/ascf-base/index.js +1 -0
  3. package/lib/ascf-compiler/appjson-loader.js +1 -1
  4. package/lib/ascf-compiler/common/appjson-validator.js +1 -1
  5. package/lib/ascf-compiler/common/css-runtime-api.js +1 -1
  6. package/lib/ascf-compiler/common/eventHappenHjs.js +1 -1
  7. package/lib/ascf-compiler/common/exp-utils.js +1 -1
  8. package/lib/ascf-compiler/common/hash-sum.js +1 -1
  9. package/lib/ascf-compiler/common/hdc-executor.js +1 -0
  10. package/lib/ascf-compiler/common/hjs-utils.js +1 -1
  11. package/lib/ascf-compiler/common/hxml-validator.js +1 -1
  12. package/lib/ascf-compiler/common/logUndefined.js +1 -1
  13. package/lib/ascf-compiler/common/manifest-handler.js +1 -0
  14. package/lib/ascf-compiler/common/manifest-manager.js +1 -0
  15. package/lib/ascf-compiler/common/merge-tpl-cmps.js +1 -1
  16. package/lib/ascf-compiler/common/packoptions-utils.js +1 -1
  17. package/lib/ascf-compiler/common/quick-generate-subpackage.js +1 -1
  18. package/lib/ascf-compiler/common/utils.js +1 -1
  19. package/lib/ascf-compiler/css-process-loader.js +1 -1
  20. package/lib/ascf-compiler/extract-loader.js +1 -1
  21. package/lib/ascf-compiler/hcss-loader.js +1 -1
  22. package/lib/ascf-compiler/hjs-loader.js +1 -1
  23. package/lib/ascf-compiler/hxml-loader.js +1 -1
  24. package/lib/ascf-compiler/js-parser/parser-babel.js +1 -1
  25. package/lib/ascf-compiler/js-parser/parser-swc.js +1 -1
  26. package/lib/ascf-compiler/js-parser/parser.js +1 -1
  27. package/lib/ascf-compiler/loader-utils.js +1 -1
  28. package/lib/ascf-compiler/path-process-loader.js +1 -1
  29. package/lib/ascf-compiler/plugin/copy-bundle-plugin.js +1 -1
  30. package/lib/ascf-compiler/plugin/dynamic-entry-plugin.js +1 -0
  31. package/lib/ascf-compiler/plugin/extConfig-plugin.js +1 -1
  32. package/lib/ascf-compiler/plugin/html-generator-plugin.js +1 -1
  33. package/lib/ascf-compiler/plugin/i18n-transform-plugin.js +1 -1
  34. package/lib/ascf-compiler/plugin/manifest-generator-plugin.js +1 -1
  35. package/lib/ascf-compiler/plugin/replace-module-id-plugin.js +1 -1
  36. package/lib/ascf-compiler/plugin/resource-plugin.js +1 -1
  37. package/lib/ascf-compiler/plugin/webpack-target/index.js +1 -1
  38. package/lib/ascf-compiler/plugin/webpack-target/jsonpChunkLoadingRuntimeModule.js +1 -1
  39. package/lib/ascf-compiler/plugin/webpack-target/jsonpHelpers.js +1 -1
  40. package/lib/ascf-compiler/plugin/webpack-target/jsonpTemplatePlugin.js +1 -1
  41. package/lib/ascf-compiler/require-loader.js +1 -1
  42. package/lib/ascf-compiler/server/dev-server.js +1 -0
  43. package/lib/ascf-compiler/server/port-manager.js +1 -0
  44. package/lib/ascf-compiler/swc-loader.js +1 -1
  45. package/lib/ascf-compiler/template/attr-utils.js +1 -1
  46. package/lib/ascf-compiler/template/implicit-model-config.js +1 -1
  47. package/lib/ascf-compiler/template/node-name-utils.js +1 -1
  48. package/lib/ascf-compiler/trustlist-hxml-verify-loader.js +1 -1
  49. package/lib/ascf-compiler/trustlist-js-verify-loader.js +1 -1
  50. package/lib/ascf-compiler/trustlist-verify/config.js +1 -1
  51. package/lib/ascf-compiler/trustlist-verify/utils.js +1 -1
  52. package/lib/ascf-compiler/trustlist-verify/verify-ignore-files.js +1 -1
  53. package/lib/ascf-compiler/vue-compiler/vue.bundle.js +1 -1
  54. package/lib/ascf-compiler/watch/watch.js +1 -1
  55. package/lib/ascf-compiler/web.webpack.config.js +1 -1
  56. package/lib/ascf-converter/ascfApisDiff.json +1979 -0
  57. package/lib/ascf-converter/common/commonConfig.js +1 -1
  58. package/lib/ascf-converter/common/commonUtils.js +1 -1
  59. package/lib/ascf-converter/common/path-validator.js +1 -1
  60. package/lib/ascf-converter/common/textDocument.js +1 -1
  61. package/lib/ascf-converter/compiler-utils/parse5.bundle.js +1 -1
  62. package/lib/ascf-converter/convertManager.js +1 -0
  63. package/lib/ascf-converter/features/converter.js +1 -1
  64. package/lib/ascf-converter/features/fileHandle.js +1 -1
  65. package/lib/ascf-converter/features/transformReport.js +1 -1
  66. package/lib/ascf-converter/lib/apiadapter4alipay.js +1 -1
  67. package/lib/ascf-converter/parse/babelParser.js +1 -1
  68. package/lib/ascf-converter/parse/importVisitor.js +1 -1
  69. package/lib/ascf-converter/parse/wxssParser.js +1 -1
  70. package/lib/ascf-converter/report/icons/completely.png +0 -0
  71. package/lib/ascf-converter/report/icons/failed.png +0 -0
  72. package/lib/ascf-converter/report/icons/portion.png +0 -0
  73. package/lib/ascf-converter/report/index.html +718 -0
  74. package/lib/ascf-converter/report/js/index.js +1 -0
  75. package/lib/bin/ascf.js +1 -1
  76. package/lib/commands/ascfbuild/index.js +1 -0
  77. package/lib/commands/build-npm/index.js +1 -0
  78. package/lib/commands/debugger/index.js +1 -0
  79. package/lib/common/config.js +1 -1
  80. package/lib/common/log4js.js +1 -1
  81. package/lib/common/logger-plugin.js +1 -1
  82. package/lib/common/remove-strict-mode-plugin.js +1 -1
  83. package/lib/common/string-utils.js +1 -1
  84. package/lib/common/utils.js +1 -1
  85. package/lib/common/version-check.js +1 -1
  86. package/lib/index.js +1 -1
  87. package/package.json +9 -8
  88. package/lib/ascf-build-npm/build-npm.js +0 -1
@@ -0,0 +1,718 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <meta http-equiv="X-UA-Compatible" content="ie=edge" />
7
+ <style>
8
+ html,
9
+ body,
10
+ div,
11
+ span,
12
+ object,
13
+ iframe,
14
+ h1,
15
+ h2,
16
+ h3,
17
+ h4,
18
+ h5,
19
+ h6,
20
+ p,
21
+ blockquote,
22
+ pre,
23
+ abbr,
24
+ address,
25
+ cite,
26
+ code,
27
+ del,
28
+ dfn,
29
+ em,
30
+ img,
31
+ ins,
32
+ kbd,
33
+ q,
34
+ samp,
35
+ small,
36
+ strong,
37
+ sub,
38
+ sup,
39
+ var,
40
+ b,
41
+ i,
42
+ dl,
43
+ dt,
44
+ dd,
45
+ ol,
46
+ ul,
47
+ li,
48
+ fieldset,
49
+ form,
50
+ label,
51
+ legend,
52
+ table,
53
+ caption,
54
+ tbody,
55
+ tfoot,
56
+ thead,
57
+ tr,
58
+ th,
59
+ td,
60
+ article,
61
+ aside,
62
+ canvas,
63
+ details,
64
+ figcaption,
65
+ figure,
66
+ footer,
67
+ header,
68
+ hgroup,
69
+ menu,
70
+ nav,
71
+ section,
72
+ summary,
73
+ time,
74
+ mark,
75
+ audio,
76
+ video {
77
+ margin: 0;
78
+ padding: 0;
79
+ border: 0;
80
+ font-size: 14px;
81
+ box-sizing: border-box;
82
+ outline: 0;
83
+ vertical-align: baseline;
84
+ background: transparent;
85
+ outline-style: none;
86
+ /*FF*/
87
+ }
88
+
89
+ body {
90
+ line-height: 1;
91
+ }
92
+
93
+ a {
94
+ margin: 0;
95
+ padding: 0;
96
+ border: 0;
97
+ font-size: 14px;
98
+ vertical-align: baseline;
99
+ background: transparent;
100
+ }
101
+ a:hover,
102
+ a:focus {
103
+ text-decoration: none;
104
+ outline-style: none;
105
+ /*FF*/
106
+ }
107
+ table {
108
+ border-collapse: collapse;
109
+ border-spacing: 0;
110
+ }
111
+
112
+ input,
113
+ select {
114
+ vertical-align: middle;
115
+ }
116
+
117
+ /*css为clearfix,清除浮动*/
118
+ .clearfix::before,
119
+ .clearfix::after {
120
+ content: '';
121
+ height: 0;
122
+ line-height: 0;
123
+ display: block;
124
+ visibility: hidden;
125
+ clear: both;
126
+ }
127
+ .clearfix:after {
128
+ clear: both;
129
+ }
130
+ .clearfix {
131
+ display: flex;
132
+ margin-bottom: 20px;
133
+ }
134
+
135
+ .conntent {
136
+ width: 1146px;
137
+ margin: 0 auto;
138
+ }
139
+
140
+ /* index.css */
141
+ html {
142
+ background-color: #fafbfd;
143
+ }
144
+
145
+ .reports-info .rep-title {
146
+ height: 56px;
147
+ line-height: 56px;
148
+ font-size: 18px;
149
+ }
150
+
151
+ .table-title {
152
+ margin-top: 40px;
153
+ }
154
+
155
+ .reports {
156
+ padding-bottom: 50px;
157
+ }
158
+
159
+ .reports-info .bline {
160
+ position: absolute;
161
+ width: 1084px;
162
+ left: 8px;
163
+ top: 236px;
164
+ border-top: 1px solid #ccc;
165
+ }
166
+
167
+ .itembox {
168
+ min-width: 150px;
169
+ padding: 15px;
170
+ text-align: center;
171
+ border-radius: 8px;
172
+ position: relative;
173
+ transition: transform 0.2s;
174
+ width: 275px;
175
+ }
176
+
177
+ .topname {
178
+ vertical-align: middle;
179
+ font-size: 14px;
180
+ text-align: center;
181
+ height: 20px;
182
+ line-height: 20px;
183
+ color: #666666;
184
+ }
185
+
186
+ .icon {
187
+ margin-left: 3px;
188
+ display: inline-block;
189
+ width: 20px;
190
+ height: 20px;
191
+ vertical-align: middle;
192
+ }
193
+
194
+ .icon-zhengque {
195
+ font-size: 20px;
196
+ color: #31c15a;
197
+ }
198
+
199
+ .icon-cuowu {
200
+ font-size: 20px;
201
+ color: #fa4b4b;
202
+ }
203
+
204
+ .icon-warning {
205
+ font-size: 20px;
206
+ color: #ffba1d;
207
+ }
208
+
209
+ .apges .icon-zhengque,
210
+ .apges .icon-cuowu,
211
+ .apges .icon-warning {
212
+ font-size: 22px;
213
+ }
214
+
215
+ .botval {
216
+ margin-top: 10px;
217
+ font-size: 22px;
218
+ text-align: center;
219
+ font-weight: 700;
220
+ margin-bottom: 5px;
221
+ }
222
+
223
+ .show-table {
224
+ margin-top: 20px;
225
+ border-bottom: none;
226
+ border-right: none;
227
+ }
228
+
229
+ .table-data {
230
+ width: 50%;
231
+ height: 50px;
232
+ float: left;
233
+ }
234
+ .table_left,
235
+ .table_right {
236
+ border-bottom: 1px solid #e6e6e6;
237
+ border-right: 1px solid #e6e6e6;
238
+ text-align: center;
239
+ width: 50%;
240
+ height: 50px;
241
+ line-height: 50px;
242
+ float: left;
243
+ text-align: center;
244
+ }
245
+
246
+ .table-data .table_right {
247
+ border-left: none;
248
+ }
249
+
250
+ .rep-list {
251
+ border: 1px solid #e6e6e6;
252
+ margin-top: 20px;
253
+ padding-bottom: 20px;
254
+ }
255
+ .rep-list .list-title {
256
+ height: 66px;
257
+ line-height: 66px;
258
+ padding-left: 30px;
259
+ border-bottom: 1px solid #e6e6e6;
260
+ }
261
+
262
+ .tab-box {
263
+ background-color: #fff;
264
+ padding: 0 20px;
265
+ padding-bottom: 20px;
266
+ }
267
+
268
+ .tabs {
269
+ height: 50px;
270
+ border-bottom: 1px solid #e6e6e6;
271
+ user-select: none;
272
+ }
273
+
274
+ .tab-item {
275
+ padding: 10px 20px;
276
+ cursor: pointer;
277
+ border: 1px solid transparent;
278
+ border-top-left-radius: 4px;
279
+ border-top-right-radius: 4px;
280
+ background-color: #f8f9fa;
281
+ margin-right: 5px;
282
+ display: flex;
283
+ align-items: center;
284
+ width: 181px;
285
+ height: 49px;
286
+ font-size: 16px;
287
+ position: relative;
288
+ }
289
+
290
+ .tab-item.actived {
291
+ background-color: #fff;
292
+ border-color: #ddd;
293
+ border-bottom-color: #fff;
294
+ margin-bottom: -1px;
295
+ font-weight: bold;
296
+ height: 50px;
297
+ }
298
+
299
+ .tab-item .num {
300
+ position: absolute;
301
+ top: 50%;
302
+ right: 45px;
303
+ transform: translateY(-50%);
304
+ padding: 0 3px;
305
+ height: 18px;
306
+ min-width: 18px;
307
+ font-size: 12px;
308
+ text-align: center;
309
+ line-height: 18px;
310
+ color: #fff;
311
+ border-radius: 12px;
312
+ }
313
+
314
+ .tab-item .num.warn {
315
+ background-color: #ffb700;
316
+ }
317
+
318
+ .tab-item .num.err {
319
+ background-color: #ff2a41;
320
+ }
321
+
322
+ .table-info {
323
+ margin-top: 30px;
324
+ display: none;
325
+ overflow: auto;
326
+ height: 550px;
327
+ background-color: #fff;
328
+ }
329
+
330
+ .table-info.actived {
331
+ display: block;
332
+ }
333
+
334
+ .table {
335
+ width: 100%;
336
+ background-color: #fff;
337
+ }
338
+
339
+ .table tr {
340
+ text-align: center;
341
+ height: 50px;
342
+ line-height: 50px;
343
+ }
344
+
345
+ .table .table-head {
346
+ background-color: #fafbfd;
347
+ font-size: 14px;
348
+ color: #999999;
349
+ display: none;
350
+ }
351
+
352
+ .table .table-head th,
353
+ .table .table-head td {
354
+ font-weight: 400;
355
+ }
356
+
357
+ .table-head tr.pages th:nth-child(1),
358
+ .file-path {
359
+ text-align: left;
360
+ }
361
+
362
+ .table-head tr th.result {
363
+ width: 126px;
364
+ }
365
+
366
+ .text-left {
367
+ text-align: left;
368
+ padding-left: 25px;
369
+ background-color: #f8f9fa;
370
+ font-weight: bold;
371
+ color: #555;
372
+ font-size: 16px;
373
+ border-bottom: 1px solid #eee;
374
+ }
375
+
376
+ .text-right {
377
+ text-align: right;
378
+ padding: 0px 15px;
379
+ text-align: left;
380
+ border-bottom: 1px solid #eee;
381
+ width: 85%;
382
+ font-size: 16px;
383
+ }
384
+
385
+ .file-path {
386
+ cursor: pointer;
387
+ user-select: none;
388
+ }
389
+
390
+ .file-path:active {
391
+ color: #ccc;
392
+ }
393
+
394
+ .show-instruct {
395
+ cursor: pointer;
396
+ user-select: none;
397
+ }
398
+
399
+ .show-instruct:hover {
400
+ color: blue;
401
+ }
402
+
403
+ .show-instruct:active {
404
+ color: #ccc;
405
+ }
406
+
407
+ .mask {
408
+ position: fixed;
409
+ top: 0;
410
+ bottom: 0;
411
+ left: 0;
412
+ right: 0;
413
+ background-color: rgba(0, 0, 0, 0.6);
414
+ z-index: 3;
415
+ overflow: auto;
416
+ }
417
+
418
+ .mask.hide {
419
+ display: none;
420
+ }
421
+
422
+ .mask .file-info {
423
+ position: relative;
424
+ width: 700px;
425
+ margin: 0 auto;
426
+ background-color: #fff;
427
+ margin-top: 126px;
428
+ margin-bottom: 50px;
429
+ border: 1px solid #e6e6e6;
430
+ box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.05);
431
+ border-radius: 4px;
432
+ }
433
+
434
+ .mask .title {
435
+ height: 40px;
436
+ line-height: 40px;
437
+ padding-left: 7px;
438
+ border-bottom: 1px solid #ccc;
439
+ }
440
+
441
+ .mask .table-box {
442
+ padding: 10px;
443
+ }
444
+
445
+ .mask .close {
446
+ right: 0;
447
+ top: 0;
448
+ width: 30px;
449
+ height: 30px;
450
+ line-height: 30px;
451
+ text-align: center;
452
+ position: absolute;
453
+ cursor: pointer;
454
+ }
455
+ .mask .close i {
456
+ color: #999;
457
+ font-size: 18px;
458
+ }
459
+ .mask .close i:active {
460
+ color: #ccc;
461
+ }
462
+ .table-box table {
463
+ width: 100%;
464
+ }
465
+
466
+ .table-box th,
467
+ .table-box td {
468
+ text-align: center;
469
+ line-height: 36px;
470
+ border: 1px solid #ccc;
471
+ }
472
+
473
+ .table-box .name {
474
+ width: 25%;
475
+ }
476
+
477
+ .table-box .header {
478
+ color: #999;
479
+ font-weight: 400;
480
+ }
481
+ .table-box .opations {
482
+ padding: 5px;
483
+ width: 40%;
484
+ }
485
+
486
+ .result {
487
+ user-select: none;
488
+ }
489
+
490
+ .opations .opation-item {
491
+ line-height: 20px;
492
+ }
493
+
494
+ .table-box td.opations {
495
+ vertical-align: middle;
496
+ color: #e51c23;
497
+ }
498
+ .table-box .result {
499
+ width: 35%;
500
+ }
501
+ .table-box td.result {
502
+ color: #3f51b5;
503
+ cursor: pointer;
504
+ }
505
+
506
+ .table-box td.result:active {
507
+ color: #ccc;
508
+ }
509
+
510
+ .footer {
511
+ background-color: #333;
512
+ }
513
+
514
+ .foot-cont {
515
+ height: 60px;
516
+ line-height: 60px;
517
+ color: #fff;
518
+ text-align: center;
519
+ }
520
+
521
+ .table-box th,
522
+ .table-box td.unsupported {
523
+ line-height: 1.3em;
524
+ padding-bottom: 6px;
525
+ }
526
+
527
+ .iconfont {
528
+ width: 16px;
529
+ height: 16px;
530
+ display: inline-block;
531
+ }
532
+ .icon-zhengque {
533
+ background: url(./icons/completely.png) no-repeat center/contain;
534
+ }
535
+ .icon-warning {
536
+ background: url(./icons/portion.png) no-repeat center/contain;
537
+ }
538
+ .icon-cuowu,
539
+ .icon-cuowu1 {
540
+ background: url(./icons/failed.png) no-repeat center/contain;
541
+ }
542
+
543
+ body {
544
+ font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
545
+ margin: 0;
546
+ padding: 0;
547
+ color: #333;
548
+ background-color: #f5f7fa;
549
+ }
550
+
551
+ .container {
552
+ max-width: 1200px;
553
+ margin: 0 auto;
554
+ padding: 20px;
555
+ }
556
+
557
+ .card {
558
+ background-color: #fff;
559
+ border-radius: 8px;
560
+ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
561
+ margin-bottom: 30px;
562
+ padding: 20px;
563
+ width: 1200px;
564
+ }
565
+
566
+ header {
567
+ text-align: center;
568
+ margin-bottom: 30px;
569
+ color: #1a73e8;
570
+ margin-bottom: 30px;
571
+ }
572
+
573
+ h1 {
574
+ color: #1a73e8;
575
+ margin-bottom: 10px;
576
+ margin-top: 30px;
577
+ font-size: 32px;
578
+ }
579
+ .rep-title h2 {
580
+ margin: 0;
581
+ color: #333;
582
+ font-size: 20px;
583
+ line-height: 1;
584
+ }
585
+ .card-header {
586
+ border-bottom: 1px solid #eee;
587
+ padding-bottom: 15px;
588
+ margin-bottom: 20px;
589
+ display: flex;
590
+ justify-content: space-between;
591
+ align-items: center;
592
+ }
593
+ .stat-item {
594
+ flex: 1;
595
+ min-width: 150px;
596
+ padding: 15px;
597
+ text-align: center;
598
+ border-radius: 8px;
599
+ position: relative;
600
+ transition: transform 0.2s;
601
+ cursor: pointer;
602
+ }
603
+ .rep-allbox {
604
+ display: flex;
605
+ justify-content: space-between;
606
+ margin: 0 -20px;
607
+ }
608
+ .itembox_completely {
609
+ color: #1a73e8;
610
+ background-color: #e8f0fe;
611
+ }
612
+ .itembox_portion {
613
+ color: #f9ab00;
614
+ background-color: #fff8e1;
615
+ }
616
+ .itembox_failed {
617
+ color: #db4437;
618
+ background-color: #ffebee;
619
+ }
620
+ .card-header h2 {
621
+ margin: 0;
622
+ color: #333;
623
+ font-size: 20px;
624
+ line-height: 1;
625
+ }
626
+ .status-icon {
627
+ margin-right: 15px;
628
+ font-size: 18px;
629
+ }
630
+ .success-icon {
631
+ color: #34a853;
632
+ }
633
+ .warning-icon {
634
+ color: #fbbc05;
635
+ }
636
+ .danger-icon {
637
+ color: #ea4335;
638
+ }
639
+ .card_bottom tr {
640
+ padding: 15px;
641
+ border-radius: 8px;
642
+ margin-bottom: 10px;
643
+ cursor: pointer;
644
+ transition: box-shadow 0.2s;
645
+ display: flex;
646
+ align-items: center;
647
+ }
648
+ .card_bottom tr:hover {
649
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
650
+ }
651
+ </style>
652
+ <script src="./js/data.js"></script>
653
+ <script src="./js/index.js"></script>
654
+ <title>ASCF转换报告</title>
655
+ </head>
656
+
657
+ <body>
658
+ <div class="container">
659
+ <header>
660
+ <h1>ASCF转换报告</h1>
661
+ </header>
662
+ <div class="reports firstone conntent">
663
+ <div class="card">
664
+ <div class="reports-info">
665
+ <div class="rep-title card-header"><h2>转换概览</h2></div>
666
+ <div class="rep-info" id="project">
667
+ <div class="rep-allbox clearfix"></div>
668
+ <div class="table-title card-header"><h2>编译信息</h2></div>
669
+ <div class="show-table surroundings clearfix"></div>
670
+ <table class="table">
671
+ <thead class="table-head">
672
+ <tr>
673
+ <th class="text-left">统计项</th>
674
+ <th class="text-right">结果</th>
675
+ </tr>
676
+ </thead>
677
+ <tbody></tbody>
678
+ </table>
679
+ </div>
680
+ </div>
681
+ </div>
682
+
683
+ <div class="card card_bottom">
684
+ <div class="reports-info info-list">
685
+ <div class="rep-title card-header"><h2>转换详情</h2></div>
686
+ <div class="tab-box">
687
+ <div class="tabs">
688
+ <ul class="clearfix ul"></ul>
689
+ </div>
690
+ <div class="card-box"></div>
691
+ </div>
692
+ </div>
693
+ </div>
694
+ </div>
695
+
696
+ <div class="mask hide">
697
+ <div class="file-info">
698
+ <div class="close">
699
+ <i class="iconfont icon-cuowu1"></i>
700
+ </div>
701
+ <div class="title"></div>
702
+ <div class="table-box">
703
+ <table>
704
+ <thead>
705
+ <tr>
706
+ <th class="name header" id="col1">组件名</th>
707
+ <th class="opations header" id="col2">不支持</th>
708
+ <th class="result header" id="col3">如何解决</th>
709
+ </tr>
710
+ </thead>
711
+ <tbody></tbody>
712
+ </table>
713
+ </div>
714
+ </div>
715
+ </div>
716
+ </div>
717
+ </body>
718
+ </html>