From 9a5b3966a59ecca1d0481a3db4b235d3b58c6d5d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 28 Aug 2026 22:32:00 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=92=89=E9=92=89=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=94=B9=E4=B8=A4=E7=BA=A7(=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E8=8A=82=E7=82=B9=E9=85=8D=E7=BD=AE+=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E8=AE=B0=E5=BD=95);=20merge=5Fi18n=E8=A1=A5dingdingfl?= =?UTF-8?q?ow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/merge_i18n.py | 1 + wwwroot/index.ui | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/merge_i18n.py b/scripts/merge_i18n.py index b346352..51b5d3b 100644 --- a/scripts/merge_i18n.py +++ b/scripts/merge_i18n.py @@ -23,6 +23,7 @@ MODULES = [ ('showcase', os.path.join(os.path.dirname(ROOT_DIR), 'showcase', 'i18n')), ('pipeline-bidding', os.path.join(ROOT_DIR, 'pkgs', 'pipeline-bidding', 'i18n')), ('pipeline-opportunity', os.path.join(ROOT_DIR, 'pkgs', 'pipeline-opportunity', 'i18n')), + ('dingdingflow', os.path.join(ROOT_DIR, 'pkgs', 'dingdingflow', 'i18n')), ] LANGS = ['zh', 'en', 'ko', 'jp'] diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 5f5f700..8c16a77 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -320,7 +320,18 @@ "name": "dda_approval", "label": "钉钉审批", "icon": "{{entire_url('/imgs/workflow.svg')}}", - "script": "this.open_tab({name:'dda_approval',label:'钉钉审批',url:'/dingdingflow/api/dd_approvals_list.dspy',removable:true})" + "items": [ + { + "name": "dda_apvcfg", + "label": "审批节点配置", + "script": "this.open_tab({name:'dda_apvcfg',label:'审批节点配置',url:'/dingdingflow/dda_approval_configs/index.ui',removable:true})" + }, + { + "name": "dda_apvrec", + "label": "审批记录", + "script": "this.open_tab({name:'dda_apvrec',label:'审批记录',url:'/dingdingflow/dda_approvals/index.ui',removable:true})" + } + ] }, { "name": "rag_kb",