From 5572334c7071d20e4fb2c3153faa70263561957f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 15 Aug 2026 11:44:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=BB=E8=8F=9C=E5=8D=95=E5=8A=A0?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E9=80=9A=E9=81=93=E5=85=A5=E5=8F=A3(?= =?UTF-8?q?=E6=8C=87=E5=90=91pipeline-sdlc=E5=BE=AE=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=95=8C=E9=9D=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/index.ui | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index cdbad54..8c91209 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -104,6 +104,12 @@ "icon": "{{entire_url('/imgs/workflow.svg')}}", "script": "this.open_tab({name:'pipeline_sdlc',label:'开发产线',url:'/pipeline-sdlc',removable:true})" }, + { + "name": "wechat_channel", + "label": "微信通道", + "icon": "", + "script": "this.open_tab({name:'wechat_channel',label:'微信通道',url:'/pipeline-sdlc/wechat_config/index.ui',removable:true})" + }, { "name": "pipeline_ops", "label": "运营管理",