From 92cdafdd2210bcef696fe57eb631d486911b0936 Mon Sep 17 00:00:00 2001 From: ymq Date: Thu, 10 Sep 2026 12:33:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(ability):=20=E9=A1=B9=E7=9B=AE/=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=BC=B9=E7=AA=97URL=E6=94=B9/pipel?= =?UTF-8?q?ine=5Fcore/**=E2=80=94=E2=80=94=E4=B8=89=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=BF=81=E5=BD=92=E5=B1=9E(sdlc=E2=86=92core),?= =?UTF-8?q?=E6=97=A7=E8=B7=AF=E5=BE=84/pipeline-sdlc/sd=5Fprojects?= =?UTF-8?q?=E4=B8=8Esd=5Fproject=5Frole=5Fmodels=E7=9A=84index.ui=E9=9A=8F?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=A0=E9=99=A4,=E4=B8=8D=E6=94=B9?= =?UTF-8?q?=E5=88=99=E5=BC=B9=E7=AA=97404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/sdlc_ability.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline_service/sdlc_ability.py b/pipeline_service/sdlc_ability.py index 19c6a5e..b74f076 100644 --- a/pipeline_service/sdlc_ability.py +++ b/pipeline_service/sdlc_ability.py @@ -1937,8 +1937,8 @@ def register_sdlc_ability(): handlers=SDL_HANDLERS, roles=SDL_ROLES, menus=[ - {"label": "📁 项目", "icon": "", "url": "/pipeline-sdlc/sd_projects/index.ui", "type": "popup", "width": "85%", "height": "80%"}, - {"label": "⚙️ 模型配置", "icon": "", "url": "/pipeline-sdlc/sd_project_role_models/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True}, + {"label": "📁 项目", "icon": "", "url": "/pipeline_core/sd_projects/index.ui", "type": "popup", "width": "85%", "height": "80%"}, + {"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}, {"label": "🔄 迭代", "icon": "", "url": "/pipeline-sdlc/sd_iterations/index.ui", "type": "popup", "width": "85%", "height": "80%", "require_project": True},