diff --git a/src/components/viewPost/vp-overlay-image.vue b/src/components/viewPost/vp-overlay-image.vue index d1b634bd..fc0c476b 100644 --- a/src/components/viewPost/vp-overlay-image.vue +++ b/src/components/viewPost/vp-overlay-image.vue @@ -8,36 +8,36 @@
+ 大小: {{ bytesToSize(Number(props.image.insert.image.size) ?? 0) }} -
-+ + 尺寸: {{ props.image.insert.image.width }}x{{ props.image.insert.image.height }} -
-+ + 格式: {{ format }} -
++ 大小: {{ bytesToSize(props.image.attributes.size ?? 0) }} -
-+ + 尺寸: {{ props.image.attributes.width }}x{{ props.image.attributes.height }} -
-+ + 格式: {{ format }} -
+