修改完成待测试

This commit is contained in:
2026-09-13 17:45:47 +08:00
parent 9ad572907b
commit bbc024f7f2
80 changed files with 3844 additions and 1672 deletions
+2 -1
View File
@@ -11,7 +11,7 @@
:src="file.accessUrl"
mode="aspectFill"
role="button"
aria-label="查看动态图片"
:aria-label="imageLabel"
@click.stop="preview(file)"
/>
</view>
@@ -22,6 +22,7 @@ import { computed } from "vue";
const props = defineProps({
files: { type: Array, default: () => [] },
imageLabel: { type: String, default: "查看动态图片" },
});
const visibleFiles = computed(() =>