This commit is contained in:
2025-09-17 21:52:42 +08:00
parent 6d29326dc4
commit c3907904ff
4 changed files with 2438 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script setup>
</script>
<template>
<image src="" mode="aspectFill" class="test !w-full !h-screen"></image>
</template>
<style scoped lang="scss">
</style>