From 6141a67b0e456fd01a030bcf8b1b837364f3e230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=9D=E5=B0=98?= <237809796@qq.com> Date: Mon, 10 Aug 2026 08:04:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96:=20=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=85=A8=E5=B1=80=E5=8C=96=E4=B8=8E=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E6=89=93=E7=A3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 27 ++++++++++++++ src/components/ideas/IdeaDetail.vue | 55 ++++++++++++++++++++++------- src/i18n/en/auditLog.ts | 12 +++++++ src/i18n/en/ideas.ts | 7 ++++ src/i18n/zh-CN/auditLog.ts | 12 +++++++ src/i18n/zh-CN/ideas.ts | 7 ++++ src/utils/ideaEval.ts | 14 ++++++-- src/views/AuditLog.vue | 11 +++++- src/views/Ideas.vue | 36 ++++++++++++++----- src/views/ProjectDetail.vue | 25 ++----------- 10 files changed, 159 insertions(+), 47 deletions(-) diff --git a/src/App.vue b/src/App.vue index cc813c5..f81e475 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,6 +38,15 @@ 仅在主窗口与 ai-detached 窗口挂载(file-explorer / approval-popup 自身不挂)。 应用失焦/最小化时的系统级提示由 useApprovalPopup 启动的独立浮窗(approval-popup)负责。 --> + + +