From 9bb6d0b9d8078a0311d16a1faefef9c2330f4d29 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 20 六月 2025 17:06:27 +0800 Subject: [PATCH] fix:修改项目配置 --- src/views/screen/device.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/screen/device.vue b/src/views/screen/device.vue new file mode 100644 index 0000000..74184ac --- /dev/null +++ b/src/views/screen/device.vue @@ -0,0 +1,13 @@ +<template> + <div class="device"> + 设备 + </div> +</template> + +<script setup> + +</script> + +<style scoped lang="scss"> + +</style> \ No newline at end of file -- Gitblit v1.9.3