PinPuYi.vue
Some checks failed
/ playwright (push) Has been cancelled
/ lint-build-and-check (push) Has been cancelled
/ build-and-deploy-to-vercel (push) Has been cancelled
/ surge (push) Has been cancelled

This commit is contained in:
严浩
2025-04-24 17:50:59 +08:00
parent 6c8529185a
commit 4164134a4e
4 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<script setup lang="ts">
import DeviceImage from './pin-pu-yi-bg.png';
</script>
<template>
<div>
<img :src="DeviceImage" alt="频谱仪设备照片" />
</div>
</template>
<style scoped>
img {
width: calc(2554px * 0.5);
height: calc(1626px * 0.5);
}
</style>