From 2eb70a348099d9926a5394c5dd72d08221cc30b9 Mon Sep 17 00:00:00 2001 From: ymq Date: Sat, 22 Aug 2026 11:18:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E5=85=A5=E5=8F=A3=EF=BC=88=E2=9A=99=EF=B8=8F?= =?UTF-8?q?=20=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE=20=E2=86=92=20sd=5Fproj?= =?UTF-8?q?ect=5Frole=5Fmodels/index.ui=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/sdlc_ability.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline_service/sdlc_ability.py b/pipeline_service/sdlc_ability.py index b26f644..71b937b 100644 --- a/pipeline_service/sdlc_ability.py +++ b/pipeline_service/sdlc_ability.py @@ -1869,6 +1869,7 @@ def register_sdlc_ability(): 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%"}, {"label": "🐛 Bug", "icon": "", "url": "/pipeline-sdlc/sd_bugs/index.ui", "type": "popup", "width": "85%", "height": "80%"}, {"label": "🧪 测试用例", "icon": "", "url": "/pipeline-sdlc/sd_test_cases/index.ui", "type": "popup", "width": "85%", "height": "80%"}, {"label": "🔄 迭代", "icon": "", "url": "/pipeline-sdlc/sd_iterations/index.ui", "type": "popup", "width": "85%", "height": "80%"},