From 5f844777a67a040a9fb46eaf7d1e94381e45dd9d Mon Sep 17 00:00:00 2001 From: wenjiarui Date: Wed, 23 Aug 2023 20:55:40 +0800 Subject: [PATCH] build --- lib/config/relation.js | 1 + lib/data/i18n.js | 6 +++--- src/data/i18n.ts | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/config/relation.js b/lib/config/relation.js index a410e4777..2ec9c1a9c 100644 --- a/lib/config/relation.js +++ b/lib/config/relation.js @@ -23,4 +23,5 @@ exports.SelectFreeEntities = [ 'mobile', 'wechatQrCode', 'messageTypeTemplateId', + 'token', ]; diff --git a/lib/data/i18n.js b/lib/data/i18n.js index 49462f2b9..857458514 100644 --- a/lib/data/i18n.js +++ b/lib/data/i18n.js @@ -256,11 +256,11 @@ var i18ns = [ } }, { - id: "65801f60e3c6d0197f2f0a44a794ccf7", - namespace: "oak-general-business-l-common", + id: "ada0227a3fe7b54eddce578f15f015b8", + namespace: "oak-general-business-l-Common", language: "zh-CN", module: "oak-general-business", - position: "locales/common", + position: "locales/Common", data: { "noData": "暂无数据", "areYouSure": "请确认", diff --git a/src/data/i18n.ts b/src/data/i18n.ts index 26b7fdcf7..9c602b4b5 100644 --- a/src/data/i18n.ts +++ b/src/data/i18n.ts @@ -256,11 +256,11 @@ const i18ns: I18n[] = [ } }, { - id: "65801f60e3c6d0197f2f0a44a794ccf7", - namespace: "oak-general-business-l-common", + id: "ada0227a3fe7b54eddce578f15f015b8", + namespace: "oak-general-business-l-Common", language: "zh-CN", module: "oak-general-business", - position: "locales/common", + position: "locales/Common", data: { "noData": "暂无数据", "areYouSure": "请确认",