feat: add right click keyboard match

This commit is contained in:
alivender
2025-04-23 11:50:51 +08:00
parent 87c158ebfe
commit 6526203981
2 changed files with 86 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="w-screen h-screen">
<!-- <Switch width="720" height="720" /> -->
<MechanicalButton width="720" height="720" />
<Switch width="1400" height="360" />
<MechanicalButton width="1400" height="360" />
<PopButton></PopButton>
</div>
</template>
@@ -9,9 +9,9 @@
<script setup lang="ts">
import PopButton from "@/components/PopButton.vue";
import MechanicalButton from "@/components/equipments/MechanicalButton.vue";
// import Switch from "@/components/equipments/Switch.vue";
import Switch from "@/components/equipments/Switch.vue";
</script>
<style scoped lang="postcss">
@import "../assets/main.css";
</style>
</style>