diff --git a/src/components/DebugPanel.vue b/src/components/DebugPanel.vue index 1953d7b..a6631e0 100644 --- a/src/components/DebugPanel.vue +++ b/src/components/DebugPanel.vue @@ -13,6 +13,7 @@ import DebugEditor from "./DebugEditor.vue" // 组合式函数和类型 import { code, size, output, status } from "../composables/code" +import { isMobile } from "../composables/breakpoints" import { Status } from "../types" // ==================== Props 和 Emits ==================== @@ -463,9 +464,10 @@ function autoRun() {