From 2f69ef34651a3f530afd5b373ad036db9817ad1d Mon Sep 17 00:00:00 2001 From: bluish <734499798@qq.com> Date: Tue, 13 Jan 2026 10:15:14 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/js/app.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/js/app.js b/frontend/js/app.js index 941144f..1c09f1c 100644 --- a/frontend/js/app.js +++ b/frontend/js/app.js @@ -563,15 +563,12 @@ class WorkListApp { ${task.description ? ` -
- ${this.escapeHtml(task.description)} - ${task.polished_description ? ` +
${this.escapeHtml(task.description)}${task.polished_description ? `
润色版本: ${this.escapeHtml(task.polished_description)}
- ` : ''} -
+ ` : ''}
` : ''}