From a6819176e3e0355cae0871addbd06791bd9fab81 Mon Sep 17 00:00:00 2001 From: "1437892690@qq.com" <1437892690@qq.com> Date: Thu, 29 May 2025 19:02:03 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=9D=A5=E6=BA=90=E6=94=B9=E6=88=90=E4=BB=8E?= =?UTF-8?q?=E8=AF=B7=E6=B1=82header=E7=9A=84source=E4=B8=AD=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关联 #[1432003780509696]工单操作来源改成从请求header的source中获取 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1432003780509696 --- localconfig/i18n/language_en.json | 2 ++ localconfig/i18n/language_zh.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/localconfig/i18n/language_en.json b/localconfig/i18n/language_en.json index d1c2661..cf1a8dc 100644 --- a/localconfig/i18n/language_en.json +++ b/localconfig/i18n/language_en.json @@ -646,7 +646,9 @@ "autocollect": "Automatic collection", "excel": "Excel import", "itsm": "Process modification", + "mobile": "mobile terminal", "page": "Page Operations", + "pc": "PC end", "relative": "update cascade ", "unknown": "unknown" }, diff --git a/localconfig/i18n/language_zh.json b/localconfig/i18n/language_zh.json index 7dc1248..f6fb1d6 100644 --- a/localconfig/i18n/language_zh.json +++ b/localconfig/i18n/language_zh.json @@ -646,7 +646,9 @@ "autocollect": "自动采集", "excel": "excel导入", "itsm": "流程修改", + "mobile": "移动端", "page": "页面操作", + "pc": "PC端", "relative": "级联更新", "unknown": "未知" }, -- Gitee