feat: add rect select but have some problems

This commit is contained in:
2025-06-11 21:25:15 +08:00
parent b6fb7e05fa
commit f340c86a41
6 changed files with 298 additions and 64 deletions

View File

@@ -44,7 +44,7 @@
import { JtagClient, type FileParameter } from "@/APIClient";
import UploadCard from "@/components/UploadCard.vue";
import { useDialogStore } from "@/stores/dialog";
import { Common } from "@/Common";
import { Common } from "@/utils/Common";
import { toNumber, isUndefined } from "lodash";
import { ref } from "vue";