From 168a54e1520d427ed73a80ea4ca584719fd93556 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Tue, 4 Mar 2025 03:15:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9F=BA=E8=B4=A8=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/History.vue | 5 ++++- src/views/matrixCraft/index.vue | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/History.vue b/src/views/History.vue index 7803234..edcdb3a 100644 --- a/src/views/History.vue +++ b/src/views/History.vue @@ -10,7 +10,8 @@ @@ -34,6 +35,8 @@ import { useSettingStore } from '@/stores/setting' import type { CraftItem } from "@/services/matrix/type"; import { ElMessage, ElMessageBox } from "element-plus"; + import route_v from "@/assets/route_vertical.png"; + import route_h from "@/assets/route_horizontal.png"; let total = ref() const loading = ref(false) const settingStore = useSettingStore() diff --git a/src/views/matrixCraft/index.vue b/src/views/matrixCraft/index.vue index a8e7a9c..5c89591 100644 --- a/src/views/matrixCraft/index.vue +++ b/src/views/matrixCraft/index.vue @@ -35,7 +35,7 @@ @@ -91,6 +91,7 @@ import type { WorkType } from "@/services/globalCmd/cmdTypes"; import { ElMessage, ElMessageBox } from "element-plus"; import route_h from "@/assets/route_horizontal.png"; + import route_v from "@/assets/route_vertical.png"; let total = ref() const settingStore = useSettingStore() let sprayVisible = ref(false)