cardbuddy 0.6.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.
Files changed (167) hide show
  1. package/README.md +211 -0
  2. package/dist/cli.js +76 -0
  3. package/dist/config.js +63 -0
  4. package/dist/core.js +2 -0
  5. package/dist/preview-editor/assets/apple-touch-icon-BQcES9QK.png +0 -0
  6. package/dist/preview-editor/assets/default-image-wzZYQ86K.png +0 -0
  7. package/dist/preview-editor/assets/favicon-16-Cg6Nrosk.png +0 -0
  8. package/dist/preview-editor/assets/favicon-32-B_1744sp.png +0 -0
  9. package/dist/preview-editor/assets/index-BYB0hngG.js +72 -0
  10. package/dist/preview-editor/assets/index-CpBZEQDy.css +1 -0
  11. package/dist/preview-editor/assets/site-icon-CFMif8z4.png +0 -0
  12. package/dist/preview-editor/assets/svg-symbols-B2exBrAr.svg +118 -0
  13. package/dist/preview-editor/index.html +17 -0
  14. package/dist/server-core/_vendor/finmall-env.mjs +96 -0
  15. package/dist/server-core/assetProxy.js +154 -0
  16. package/dist/server-core/bbox.js +153 -0
  17. package/dist/server-core/browser.js +108 -0
  18. package/dist/server-core/buildDataFromSchema.js +50 -0
  19. package/dist/server-core/cardFiles.js +188 -0
  20. package/dist/server-core/cardHistory.js +156 -0
  21. package/dist/server-core/cardImage.js +85 -0
  22. package/dist/server-core/cardImportMeta.js +139 -0
  23. package/dist/server-core/cardListCache.js +68 -0
  24. package/dist/server-core/cardOpenFolder.js +135 -0
  25. package/dist/server-core/cardSave.js +127 -0
  26. package/dist/server-core/cardSidecar.js +72 -0
  27. package/dist/server-core/cardSync.js +259 -0
  28. package/dist/server-core/cardValidate.js +134 -0
  29. package/dist/server-core/index.js +82 -0
  30. package/dist/server-core/logger.js +241 -0
  31. package/dist/server-core/nodeModels.js +52 -0
  32. package/dist/server-core/renderStatus.js +207 -0
  33. package/dist/server-core/screenshot.js +123 -0
  34. package/dist/server-core/sliceStatic.js +44 -0
  35. package/dist/standalone.js +447 -0
  36. package/dist/vendored/App.vue +2330 -0
  37. package/dist/vendored/api.js +142 -0
  38. package/dist/vendored/assets/apple-touch-icon.png +0 -0
  39. package/dist/vendored/assets/default-image.png +0 -0
  40. package/dist/vendored/assets/favicon-16.png +0 -0
  41. package/dist/vendored/assets/favicon-32.png +0 -0
  42. package/dist/vendored/assets/logo.png +0 -0
  43. package/dist/vendored/assets/site-icon.png +0 -0
  44. package/dist/vendored/assets/svg-symbols.svg +118 -0
  45. package/dist/vendored/assets/svgIcons/icons.svg +54 -0
  46. package/dist/vendored/assets/svgIcons/index.js +39 -0
  47. package/dist/vendored/components/AbsoluteLayout.vue +42 -0
  48. package/dist/vendored/components/AlertCardInstance.vue +58 -0
  49. package/dist/vendored/components/AlertCardLayer.vue +59 -0
  50. package/dist/vendored/components/ApiPayloadTree.vue +168 -0
  51. package/dist/vendored/components/AppToast.vue +37 -0
  52. package/dist/vendored/components/Button.vue +37 -0
  53. package/dist/vendored/components/Canvas.vue +65 -0
  54. package/dist/vendored/components/CardGallery.vue +243 -0
  55. package/dist/vendored/components/CardPreview.vue +72 -0
  56. package/dist/vendored/components/CardSelect.vue +200 -0
  57. package/dist/vendored/components/CheckGroup.vue +131 -0
  58. package/dist/vendored/components/Column.vue +25 -0
  59. package/dist/vendored/components/ComponentPalette.vue +294 -0
  60. package/dist/vendored/components/ConfirmDialog.vue +39 -0
  61. package/dist/vendored/components/CustomPlaceholder.vue +33 -0
  62. package/dist/vendored/components/DatePickerOverlay.vue +345 -0
  63. package/dist/vendored/components/DebugPanel.vue +806 -0
  64. package/dist/vendored/components/DeviceOverlay.vue +70 -0
  65. package/dist/vendored/components/Divider.vue +22 -0
  66. package/dist/vendored/components/Dropdown.vue +191 -0
  67. package/dist/vendored/components/EventEditor.vue +247 -0
  68. package/dist/vendored/components/GridLayout.vue +67 -0
  69. package/dist/vendored/components/HoverGuides.vue +122 -0
  70. package/dist/vendored/components/Icon.vue +34 -0
  71. package/dist/vendored/components/Image.vue +34 -0
  72. package/dist/vendored/components/Input.vue +90 -0
  73. package/dist/vendored/components/JsonTree.vue +516 -0
  74. package/dist/vendored/components/ListLayout.vue +68 -0
  75. package/dist/vendored/components/LogValue.vue +51 -0
  76. package/dist/vendored/components/Map.vue +110 -0
  77. package/dist/vendored/components/MultiColumn.vue +49 -0
  78. package/dist/vendored/components/MultiText.vue +58 -0
  79. package/dist/vendored/components/NodeInspector.vue +295 -0
  80. package/dist/vendored/components/PickerOverlay.vue +131 -0
  81. package/dist/vendored/components/ProgressSlider.vue +167 -0
  82. package/dist/vendored/components/PropControl.vue +241 -0
  83. package/dist/vendored/components/PropTree.vue +128 -0
  84. package/dist/vendored/components/RadioButton.vue +74 -0
  85. package/dist/vendored/components/RemotePreview.vue +171 -0
  86. package/dist/vendored/components/RenderTree.vue +437 -0
  87. package/dist/vendored/components/Root.vue +30 -0
  88. package/dist/vendored/components/Row.vue +25 -0
  89. package/dist/vendored/components/SelectionOverlay.vue +105 -0
  90. package/dist/vendored/components/StructureTree.vue +949 -0
  91. package/dist/vendored/components/SvgCode.vue +19 -0
  92. package/dist/vendored/components/SvgSymbols.vue +30 -0
  93. package/dist/vendored/components/Switch.vue +38 -0
  94. package/dist/vendored/components/Text.vue +32 -0
  95. package/dist/vendored/components/Video.vue +70 -0
  96. package/dist/vendored/components/ViewContainer.vue +52 -0
  97. package/dist/vendored/components/base.js +12 -0
  98. package/dist/vendored/components/icons.js +47 -0
  99. package/dist/vendored/components/index.js +58 -0
  100. package/dist/vendored/components/setters/SetBgPosition.vue +64 -0
  101. package/dist/vendored/components/setters/SetBgSize.vue +90 -0
  102. package/dist/vendored/components/setters/SetCode.vue +90 -0
  103. package/dist/vendored/components/setters/SetColor.vue +244 -0
  104. package/dist/vendored/components/setters/SetCustomSelect.vue +58 -0
  105. package/dist/vendored/components/setters/SetExpr.vue +107 -0
  106. package/dist/vendored/components/setters/SetGradient.vue +125 -0
  107. package/dist/vendored/components/setters/SetGrid9.vue +68 -0
  108. package/dist/vendored/components/setters/SetIconSelect.vue +67 -0
  109. package/dist/vendored/components/setters/SetIfForm.vue +61 -0
  110. package/dist/vendored/components/setters/SetImage.vue +43 -0
  111. package/dist/vendored/components/setters/SetList.vue +139 -0
  112. package/dist/vendored/components/setters/SetNumber.vue +118 -0
  113. package/dist/vendored/components/setters/SetNumberStyle.vue +113 -0
  114. package/dist/vendored/components/setters/SetPadding.vue +77 -0
  115. package/dist/vendored/components/setters/SetSegment.vue +160 -0
  116. package/dist/vendored/components/setters/SetSelect.vue +51 -0
  117. package/dist/vendored/components/setters/SetSwitch.vue +49 -0
  118. package/dist/vendored/components/setters/SetText.vue +52 -0
  119. package/dist/vendored/components/setters/props.js +23 -0
  120. package/dist/vendored/fidelity/baseline-messageOverview.json +87 -0
  121. package/dist/vendored/fidelity/calibration.json +29 -0
  122. package/dist/vendored/fidelity/fidelity-messageOverview-after.html +114 -0
  123. package/dist/vendored/fidelity/fidelity-messageOverview-after.json +272 -0
  124. package/dist/vendored/fidelity/fidelity-messageOverview.html +185 -0
  125. package/dist/vendored/fidelity/fidelity-messageOverview.json +336 -0
  126. package/dist/vendored/fidelity/fidelity-messageOverview_v2.html +262 -0
  127. package/dist/vendored/fidelity/fidelity-messageOverview_v2.json +502 -0
  128. package/dist/vendored/fidelity/fidelity-messageOverview_v3.html +201 -0
  129. package/dist/vendored/fidelity/fidelity-messageOverview_v3.json +417 -0
  130. package/dist/vendored/fidelity/fidelity-messageOverview_visual.html +125 -0
  131. package/dist/vendored/fidelity/fidelity-messageOverview_visual.json +338 -0
  132. package/dist/vendored/index.html +16 -0
  133. package/dist/vendored/main.js +36 -0
  134. package/dist/vendored/meta/action-meta.json +141 -0
  135. package/dist/vendored/meta/component-meta.json +2714 -0
  136. package/dist/vendored/meta/directive-meta.json +40 -0
  137. package/dist/vendored/meta/style-meta.json +1086 -0
  138. package/dist/vendored/runtime/StyleParser.js +179 -0
  139. package/dist/vendored/runtime/adapter.js +166 -0
  140. package/dist/vendored/runtime/alert-card.js +125 -0
  141. package/dist/vendored/runtime/app-toast.js +33 -0
  142. package/dist/vendored/runtime/assets.js +16 -0
  143. package/dist/vendored/runtime/canvas-context.js +141 -0
  144. package/dist/vendored/runtime/card-runtime.js +289 -0
  145. package/dist/vendored/runtime/clipboard-node.js +83 -0
  146. package/dist/vendored/runtime/clipboard.js +29 -0
  147. package/dist/vendored/runtime/evaluate.js +152 -0
  148. package/dist/vendored/runtime/event-model.js +300 -0
  149. package/dist/vendored/runtime/hoverGuide.js +31 -0
  150. package/dist/vendored/runtime/jsapi-mock.js +256 -0
  151. package/dist/vendored/runtime/node-model.js +217 -0
  152. package/dist/vendored/runtime/property.js +364 -0
  153. package/dist/vendored/runtime/selectionOverlay.js +53 -0
  154. package/dist/vendored/runtime/toPreview.js +648 -0
  155. package/dist/vendored/standalone-main.js +36 -0
  156. package/dist/vendored/standalone.html +12 -0
  157. package/dist/vendored/styles/app.css +2565 -0
  158. package/dist/vendored/styles/card-gallery.css +234 -0
  159. package/dist/vendored/styles/card-select.css +281 -0
  160. package/dist/vendored/styles/components.css +383 -0
  161. package/dist/vendored/styles/dropdown.css +337 -0
  162. package/dist/vendored/styles/json-tree.css +308 -0
  163. package/dist/vendored/styles/node-inspector.css +1003 -0
  164. package/dist/vendored/styles/setters.css +962 -0
  165. package/dist/vendored/styles/standalone.css +27 -0
  166. package/dist/vendored/styles/structure-tree.css +320 -0
  167. package/package.json +42 -0
@@ -0,0 +1,502 @@
1
+ {
2
+ "cardId": "messageOverview_v2",
3
+ "specFile": "UI/01、泛化消息-有未读消息-没有待办/spec.json",
4
+ "generatedAt": "2026-08-19T09:34:40.476Z",
5
+ "tolerance": 2,
6
+ "matchRadius": 30,
7
+ "fidelityScore": 31,
8
+ "grade": "需修复",
9
+ "scoreDims": {
10
+ "coverage": 0.65,
11
+ "position": 0.03076923076923077,
12
+ "size": 0.4884615384615384,
13
+ "typography": 0.26,
14
+ "alignment": 0
15
+ },
16
+ "commonOffset": {
17
+ "dx": -48,
18
+ "dy": -268
19
+ },
20
+ "classStats": {
21
+ "Text": {
22
+ "samples": 7,
23
+ "dxL": 6,
24
+ "dyL": 5.3,
25
+ "dw": 0,
26
+ "dh": 0.5,
27
+ "maxAbs": 61.1
28
+ },
29
+ "Row": {
30
+ "samples": 6,
31
+ "dxL": -10,
32
+ "dyL": -19.75,
33
+ "dw": 121,
34
+ "dh": 24,
35
+ "maxAbs": 285
36
+ }
37
+ },
38
+ "env": {
39
+ "screen": {
40
+ "width": 375,
41
+ "height": 800
42
+ },
43
+ "renderCardWidth": 375,
44
+ "renderCardHeight": 1064.5,
45
+ "specCanvasHeight": 874
46
+ },
47
+ "counts": {
48
+ "expected": 20,
49
+ "chromeSkipped": 0,
50
+ "actual": 47,
51
+ "matched": 13,
52
+ "unmatchedSpec": 7,
53
+ "unmatchedActual": 34
54
+ },
55
+ "rows": [
56
+ {
57
+ "idx": 0,
58
+ "type": "text",
59
+ "cid": "comp_17",
60
+ "className": "Text",
61
+ "expectText": "重点摘要",
62
+ "actualText": "重点摘要",
63
+ "via": "text",
64
+ "expRect": {
65
+ "x": 32,
66
+ "y": 396,
67
+ "width": 60,
68
+ "height": 22
69
+ },
70
+ "actRect": {
71
+ "x": 16,
72
+ "y": 128,
73
+ "width": 60,
74
+ "height": 22.5
75
+ },
76
+ "dx": -16,
77
+ "dy": -268,
78
+ "dw": 0,
79
+ "dh": 0.5,
80
+ "dxL": 32,
81
+ "dyL": 0
82
+ },
83
+ {
84
+ "idx": 1,
85
+ "type": "text",
86
+ "cid": "comp_18",
87
+ "className": "Row",
88
+ "expectText": "按强重要、待关注、时间倒序展示,不超过3条",
89
+ "actualText": "按强重要、待关注、时间倒序展示,不超过3条",
90
+ "via": "text-far",
91
+ "expRect": {
92
+ "x": 32,
93
+ "y": 420,
94
+ "width": 311,
95
+ "height": 18
96
+ },
97
+ "actRect": {
98
+ "x": 76,
99
+ "y": 129.5,
100
+ "width": 283,
101
+ "height": 19.5
102
+ },
103
+ "dx": 44,
104
+ "dy": -290.5,
105
+ "dw": -28,
106
+ "dh": 1.5,
107
+ "dxL": 92,
108
+ "dyL": -22.5
109
+ },
110
+ {
111
+ "idx": 2,
112
+ "type": "text",
113
+ "cid": "comp_12",
114
+ "className": "Text",
115
+ "expectText": "条未读消息",
116
+ "actualText": "条未读消息",
117
+ "via": "text-far",
118
+ "expRect": {
119
+ "x": 74,
120
+ "y": 328,
121
+ "width": 75,
122
+ "height": 22
123
+ },
124
+ "actRect": {
125
+ "x": 16,
126
+ "y": 81.5,
127
+ "width": 75,
128
+ "height": 22.5
129
+ },
130
+ "dx": -58,
131
+ "dy": -246.5,
132
+ "dw": 0,
133
+ "dh": 0.5,
134
+ "dxL": -10,
135
+ "dyL": 21.5
136
+ },
137
+ {
138
+ "idx": 3,
139
+ "type": "text",
140
+ "cid": "comp_4",
141
+ "className": "Text",
142
+ "expectText": "12",
143
+ "actualText": "12",
144
+ "via": "text",
145
+ "expRect": {
146
+ "x": 32,
147
+ "y": 314,
148
+ "width": 31,
149
+ "height": 42
150
+ },
151
+ "actRect": {
152
+ "x": 16,
153
+ "y": 12.3,
154
+ "width": 31.8,
155
+ "height": 45
156
+ },
157
+ "dx": -16,
158
+ "dy": -301.7,
159
+ "dw": 0.8,
160
+ "dh": 3,
161
+ "dxL": 32,
162
+ "dyL": -33.7
163
+ },
164
+ {
165
+ "idx": 5,
166
+ "type": "text",
167
+ "cid": "comp_8",
168
+ "className": "Row",
169
+ "expectText": "查看全部",
170
+ "actualText": "查看全部",
171
+ "via": "text",
172
+ "expRect": {
173
+ "x": 263,
174
+ "y": 328,
175
+ "width": 56,
176
+ "height": 20
177
+ },
178
+ "actRect": {
179
+ "x": 275,
180
+ "y": 36.5,
181
+ "width": 56,
182
+ "height": 21
183
+ },
184
+ "dx": 12,
185
+ "dy": -291.5,
186
+ "dw": 0,
187
+ "dh": 1,
188
+ "dxL": 60,
189
+ "dyL": -23.5
190
+ },
191
+ {
192
+ "idx": 6,
193
+ "type": "text",
194
+ "cid": "comp_22",
195
+ "className": "Text",
196
+ "expectText": "今日有一笔支出动账",
197
+ "actualText": "今日有一笔支出动账",
198
+ "via": "text",
199
+ "expRect": {
200
+ "x": 58,
201
+ "y": 464,
202
+ "width": 135,
203
+ "height": 22
204
+ },
205
+ "actRect": {
206
+ "x": 16,
207
+ "y": 182.8,
208
+ "width": 135,
209
+ "height": 22.5
210
+ },
211
+ "dx": -42,
212
+ "dy": -281.2,
213
+ "dw": 0,
214
+ "dh": 0.5,
215
+ "dxL": 6,
216
+ "dyL": -13.2
217
+ },
218
+ {
219
+ "idx": 7,
220
+ "type": "text",
221
+ "cid": "comp_26",
222
+ "className": "Row",
223
+ "expectText": "金额1,280.00元,建议核对资金变动。",
224
+ "actualText": "金额1,280.00元,建议核对资金变动。",
225
+ "via": "text-far",
226
+ "expRect": {
227
+ "x": 58,
228
+ "y": 490,
229
+ "width": 254,
230
+ "height": 18
231
+ },
232
+ "actRect": {
233
+ "x": 0,
234
+ "y": 225.5,
235
+ "width": 375,
236
+ "height": 43.5
237
+ },
238
+ "dx": -58,
239
+ "dy": -264.5,
240
+ "dw": 121,
241
+ "dh": 25.5,
242
+ "dxL": -10,
243
+ "dyL": 3.5
244
+ },
245
+ {
246
+ "idx": 8,
247
+ "type": "text",
248
+ "cid": "comp_31",
249
+ "className": "Text",
250
+ "expectText": "一笔转账正在处理中",
251
+ "actualText": "一笔转账正在处理中",
252
+ "via": "text-far",
253
+ "expRect": {
254
+ "x": 58,
255
+ "y": 552,
256
+ "width": 135,
257
+ "height": 22
258
+ },
259
+ "actRect": {
260
+ "x": 16,
261
+ "y": 289.3,
262
+ "width": 135,
263
+ "height": 22.5
264
+ },
265
+ "dx": -42,
266
+ "dy": -262.7,
267
+ "dw": 0,
268
+ "dh": 0.5,
269
+ "dxL": 6,
270
+ "dyL": 5.3
271
+ },
272
+ {
273
+ "idx": 9,
274
+ "type": "text",
275
+ "cid": "comp_35",
276
+ "className": "Row",
277
+ "expectText": "状态未完成,可进入详情查看处理进度。",
278
+ "actualText": "状态未完成,可进入详情查看处理进度。",
279
+ "via": "text-far",
280
+ "expRect": {
281
+ "x": 58,
282
+ "y": 578,
283
+ "width": 254,
284
+ "height": 18
285
+ },
286
+ "actRect": {
287
+ "x": 0,
288
+ "y": 332,
289
+ "width": 375,
290
+ "height": 43.5
291
+ },
292
+ "dx": -58,
293
+ "dy": -246,
294
+ "dw": 121,
295
+ "dh": 25.5,
296
+ "dxL": -10,
297
+ "dyL": 22
298
+ },
299
+ {
300
+ "idx": 10,
301
+ "type": "text",
302
+ "cid": "comp_40",
303
+ "className": "Text",
304
+ "expectText": "有一条站内消息待查看",
305
+ "actualText": "有一条站内消息待查看",
306
+ "via": "text-far",
307
+ "expRect": {
308
+ "x": 64,
309
+ "y": 640,
310
+ "width": 150,
311
+ "height": 22
312
+ },
313
+ "actRect": {
314
+ "x": 16,
315
+ "y": 395.8,
316
+ "width": 150,
317
+ "height": 22.5
318
+ },
319
+ "dx": -48,
320
+ "dy": -244.2,
321
+ "dw": 0,
322
+ "dh": 0.5,
323
+ "dxL": 0,
324
+ "dyL": 23.8
325
+ },
326
+ {
327
+ "idx": 11,
328
+ "type": "text",
329
+ "cid": "comp_39",
330
+ "className": "Row",
331
+ "expectText": "可能涉及账户服务提醒,请查看确认。",
332
+ "actualText": "有一条站内消息待查看可能涉及账户服务提醒,请查看确认。",
333
+ "via": "text-contains",
334
+ "expRect": {
335
+ "x": 64,
336
+ "y": 666,
337
+ "width": 254,
338
+ "height": 18
339
+ },
340
+ "actRect": {
341
+ "x": 0,
342
+ "y": 375.5,
343
+ "width": 375,
344
+ "height": 63
345
+ },
346
+ "dx": -64,
347
+ "dy": -290.5,
348
+ "dw": 121,
349
+ "dh": 45,
350
+ "dxL": -16,
351
+ "dyL": -22.5
352
+ },
353
+ {
354
+ "idx": 12,
355
+ "type": "text",
356
+ "cid": "comp_44",
357
+ "className": "Row",
358
+ "expectText": "全部设为已读",
359
+ "actualText": "可能涉及账户服务提醒,请查看确认。",
360
+ "via": "geometry",
361
+ "expRect": {
362
+ "x": 142.95,
363
+ "y": 723.5,
364
+ "width": 90,
365
+ "height": 21
366
+ },
367
+ "actRect": {
368
+ "x": 0,
369
+ "y": 438.5,
370
+ "width": 375,
371
+ "height": 43.5
372
+ },
373
+ "dx": -142.9,
374
+ "dy": -285,
375
+ "dw": 285,
376
+ "dh": 22.5,
377
+ "dxL": -94.9,
378
+ "dyL": -17
379
+ },
380
+ {
381
+ "idx": 13,
382
+ "type": "text",
383
+ "cid": "comp_51",
384
+ "className": "Text",
385
+ "expectText": "欢迎向米宝提问~",
386
+ "actualText": "动账 5 · 转账 2 · 站内 1 · 其他 4",
387
+ "via": "geometry",
388
+ "expRect": {
389
+ "x": 62,
390
+ "y": 808,
391
+ "width": 120,
392
+ "height": 20
393
+ },
394
+ "actRect": {
395
+ "x": 0,
396
+ "y": 546,
397
+ "width": 181.1,
398
+ "height": 19.5
399
+ },
400
+ "dx": -62,
401
+ "dy": -262,
402
+ "dw": 61.1,
403
+ "dh": -0.5,
404
+ "dxL": -14,
405
+ "dyL": 6
406
+ }
407
+ ],
408
+ "unmatchedSpec": [
409
+ {
410
+ "type": "text",
411
+ "text": "动账 5 · 转账 2 · 站内 1 · 其他 4",
412
+ "rect": {
413
+ "x": 74,
414
+ "y": 352,
415
+ "width": 196,
416
+ "height": 18
417
+ }
418
+ },
419
+ {
420
+ "type": "text",
421
+ "text": "对话",
422
+ "rect": {
423
+ "x": 170.5,
424
+ "y": 54,
425
+ "width": 34,
426
+ "height": 24
427
+ }
428
+ },
429
+ {
430
+ "type": "text",
431
+ "text": "9:41",
432
+ "rect": {
433
+ "x": 35,
434
+ "y": 15.9,
435
+ "width": 26,
436
+ "height": 14
437
+ }
438
+ },
439
+ {
440
+ "type": "text",
441
+ "text": "9:4",
442
+ "rect": {
443
+ "x": 35,
444
+ "y": 15.9,
445
+ "width": 20,
446
+ "height": 14
447
+ }
448
+ },
449
+ {
450
+ "type": "text",
451
+ "text": "1",
452
+ "rect": {
453
+ "x": 54.5,
454
+ "y": 15.9,
455
+ "width": 6,
456
+ "height": 14
457
+ }
458
+ },
459
+ {
460
+ "type": "text",
461
+ "text": "最近有什么消息",
462
+ "rect": {
463
+ "x": 238,
464
+ "y": 110,
465
+ "width": 105,
466
+ "height": 22
467
+ }
468
+ },
469
+ {
470
+ "type": "text",
471
+ "text": "查询到您最近有未读消息12条,其中动账通知5条、转账消息2条、站内消息1条。优先提醒您:今日有3笔账户动账,合计支出2,580.00元;1笔转账已成功;另有1条站内服务提醒消息,需要查看。",
472
+ "rect": {
473
+ "x": 32,
474
+ "y": 168,
475
+ "width": 311,
476
+ "height": 110
477
+ }
478
+ }
479
+ ],
480
+ "suggestions": [
481
+ "整卡水平偏移 -48.0px(公共偏移已扣除,不影响逐元素评估;若渲染卡含外层留白/容器 padding 请检查根容器)",
482
+ "整卡垂直偏移 -268.0px(通常来自设计稿含状态栏/导航而渲染卡仅卡片主体;若渲染卡内确有同类元素整体偏移,请检查根容器 padding)",
483
+ "[Text×7] 水平系统性偏移 +6.0px → 疑似父容器 padding/margin 或 align-items/justify-content 配置",
484
+ "[Text×7] 垂直系统性偏移 +5.3px → 疑似父容器 padding 或行高 lineHeight/间距配置",
485
+ "[Row×6] 水平系统性偏移 -10.0px → 疑似父容器 padding/margin 或 align-items/justify-content 配置",
486
+ "[Row×6] 垂直系统性偏移 -19.7px → 疑似父容器 padding 或行高 lineHeight/间距配置",
487
+ "[Row×6] 宽度系统性偏差 +121.0px → 疑似 width/flexGrow/flexBasis 配置",
488
+ "[Row×6] 高度系统性偏差 +24.0px → 疑似 height/flex 配置",
489
+ "单元素离群:「重点摘要」(Text)偏离同类中位 26.0px → 检查该元素自身 align/padding/fontSize",
490
+ "单元素离群:「条未读消息」(Text)偏离同类中位 16.2px → 检查该元素自身 align/padding/fontSize",
491
+ "单元素离群:「12」(Text)偏离同类中位 39.0px → 检查该元素自身 align/padding/fontSize",
492
+ "单元素离群:「今日有一笔支出动账」(Text)偏离同类中位 18.5px → 检查该元素自身 align/padding/fontSize",
493
+ "单元素离群:「有一条站内消息待查看」(Text)偏离同类中位 18.5px → 检查该元素自身 align/padding/fontSize",
494
+ "单元素离群:「欢迎向米宝提问~」(Text)偏离同类中位 20.0px → 检查该元素自身 align/padding/fontSize",
495
+ "单元素离群:「按强重要、待关注、时间倒序展示,」(Row)偏离同类中位 102.0px → 检查该元素自身 align/padding/fontSize",
496
+ "单元素离群:「查看全部」(Row)偏离同类中位 70.0px → 检查该元素自身 align/padding/fontSize",
497
+ "单元素离群:「金额1,280.00元,建议核对」(Row)偏离同类中位 23.3px → 检查该元素自身 align/padding/fontSize",
498
+ "单元素离群:「状态未完成,可进入详情查看处理进」(Row)偏离同类中位 41.8px → 检查该元素自身 align/padding/fontSize",
499
+ "单元素离群:「可能涉及账户服务提醒,请查看确认」(Row)偏离同类中位 6.0px → 检查该元素自身 align/padding/fontSize",
500
+ "单元素离群:「全部设为已读」(Row)偏离同类中位 84.9px → 检查该元素自身 align/padding/fontSize"
501
+ ]
502
+ }