From 1b1f8dfa523b9fdc2af679c9d47bcc250b6af1c5 Mon Sep 17 00:00:00 2001 From: ymq Date: Fri, 11 Sep 2026 18:29:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(service):=20SDLC=20menus=E5=88=A0=E6=97=A7?= =?UTF-8?q?=E3=80=8C=F0=9F=93=81=20=E9=A1=B9=E7=9B=AE=E3=80=8D=E9=A1=B9?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=85=A5=E5=8F=A3=E4=B8=8A=E7=A7=BBcore=20ag?= =?UTF-8?q?ent=5Fmenus.dspy=E7=A1=AC=E7=BC=96=E7=A0=81(=E6=96=B0=E5=BB=BA/?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=BC=B9=E7=AA=97,=E6=89=80=E6=9C=89?= =?UTF-8?q?=E4=BA=A7=E7=BA=BF=E9=80=9A=E7=94=A8),=E9=98=B2=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=87=BA=E7=8E=B0=E4=B8=A4=E4=B8=AA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/sdlc_ability.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipeline_service/sdlc_ability.py b/pipeline_service/sdlc_ability.py index b74f076..c1c5e5c 100644 --- a/pipeline_service/sdlc_ability.py +++ b/pipeline_service/sdlc_ability.py @@ -1937,7 +1937,8 @@ def register_sdlc_ability(): handlers=SDL_HANDLERS, roles=SDL_ROLES, menus=[ - {"label": "📁 项目", "icon": "", "url": "/pipeline_core/sd_projects/index.ui", "type": "popup", "width": "85%", "height": "80%"}, + # 「📁 项目」入口已上移到 core agent_menus.dspy 硬编码(新建/切换弹窗, + # 所有产线通用,2026-09-11),此处不再声明,避免重复出现两个项目按钮。 {"label": "⚙️ 模型配置", "icon": "", "url": "/pipeline_core/sd_project_role_models/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True}, {"label": "🐛 Bug", "icon": "", "url": "/pipeline-sdlc/sd_bugs/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True}, {"label": "🧪 测试用例", "icon": "", "url": "/pipeline-sdlc/sd_test_cases/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True},