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)}
- ` : ''} -
+ ` : ''}
` : ''}