From b4faf9a5cf1d219e602c0fdcecd19c52b96ebc8c Mon Sep 17 00:00:00 2001 From: engigu Date: Tue, 17 Mar 2026 16:23:59 +0800 Subject: [PATCH] chore: fix tree node style --- web/src/views/editor/Editor.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/src/views/editor/Editor.vue b/web/src/views/editor/Editor.vue index ac6ba7e..23290a5 100644 --- a/web/src/views/editor/Editor.vue +++ b/web/src/views/editor/Editor.vue @@ -4,7 +4,7 @@ import { useRoute, useRouter } from 'vue-router' import { Button } from '@/components/ui/button' import { Dialog, DialogContent } from '@/components/ui/dialog' import XTerminal from '@/components/XTerminal.vue' -import { Save, Play, Pencil, Eye, X, Download } from 'lucide-vue-next' +import { Save, Play, Pencil, Eye, X, Download, Trash2 } from 'lucide-vue-next' import { api, type FileNode, type MiseLanguage } from '@/api' import { toast } from 'vue-sonner' import { PATHS, FILE_RUNNERS } from '@/constants' @@ -446,8 +446,8 @@ onUnmounted(() => { -