From 3f9c354afa28426c5ba27c3b014259e67d00aa67 Mon Sep 17 00:00:00 2001 From: engigu Date: Fri, 27 Feb 2026 12:00:10 +0800 Subject: [PATCH] feat: remove clear log button --- web/src/views/history/History.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/src/views/history/History.vue b/web/src/views/history/History.vue index e47b8a4..82641d0 100644 --- a/web/src/views/history/History.vue +++ b/web/src/views/history/History.vue @@ -456,9 +456,6 @@ watch(() => route.query.task_id, (newTaskId) => { class="h-6 px-2 text-[10px]" :disabled="isStopping" @click="stopTask"> {{ isStopping ? '停止中...' : '停止任务' }} -