fix(ability): 项目/模型配置弹窗URL改/pipeline_core/**——三表页面迁归属(sdlc→core),旧路径/pipeline-sdlc/sd_projects与sd_project_role_models的index.ui随迁移删除,不改则弹窗404

This commit is contained in:
ymq 2026-09-10 12:33:56 +08:00
parent ac82d2f32d
commit 92cdafdd22

View File

@ -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},