🚨 修复 qodana 报错

This commit is contained in:
目棃
2024-01-18 23:50:48 +08:00
parent 4a8f6c1640
commit e32c544c6f

View File

@@ -41,7 +41,7 @@
</div>
</template>
<script lang="ts" setup>
import { dialog, fs, path } from "@tauri-apps/api";
import { dialog, path } from "@tauri-apps/api";
import { storeToRefs } from "pinia";
import { onMounted, ref, watch } from "vue";