From 0d600382d3ef11e6c150abddacbea2489c92a8e2 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Wed, 22 Oct 2025 00:23:05 +0800 Subject: [PATCH] update --- src/components/DebugEditor.vue | 103 +++++++++++++++++++++++++++++++++ src/desktop/CodeSection.vue | 9 --- src/desktop/Content.vue | 5 +- src/desktop/DebugSection.vue | 43 ++++++++++++++ 4 files changed, 150 insertions(+), 10 deletions(-) create mode 100644 src/components/DebugEditor.vue create mode 100644 src/desktop/DebugSection.vue diff --git a/src/components/DebugEditor.vue b/src/components/DebugEditor.vue new file mode 100644 index 0000000..37e4476 --- /dev/null +++ b/src/components/DebugEditor.vue @@ -0,0 +1,103 @@ + + + diff --git a/src/desktop/CodeSection.vue b/src/desktop/CodeSection.vue index db980ff..82462e3 100644 --- a/src/desktop/CodeSection.vue +++ b/src/desktop/CodeSection.vue @@ -28,15 +28,6 @@ async function handleDebug() { :language="code.language" > diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue index 852db90..c4f93b5 100644 --- a/src/desktop/Content.vue +++ b/src/desktop/Content.vue @@ -1,6 +1,7 @@ + +