From 930a35c8c45697f77e880f3460a2045cc6f67f72 Mon Sep 17 00:00:00 2001 From: "Xc@centOs" Date: Mon, 10 Jul 2023 11:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86wechatQrCode=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=88=90selectFree=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/config/relation.js | 2 +- src/config/relation.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config/relation.js b/lib/config/relation.js index 1d75e827b..7a47b2a9b 100644 --- a/lib/config/relation.js +++ b/lib/config/relation.js @@ -14,4 +14,4 @@ exports.IgnoredRelationPathMap = { exports.DeducedRelationMap = { extraFile: 'entity', }; -exports.SelectFreeEntities = ['application', 'area', 'mobile']; +exports.SelectFreeEntities = ['application', 'area', 'mobile', 'wechatQrCode']; diff --git a/src/config/relation.ts b/src/config/relation.ts index b69fef0cb..94b60807f 100644 --- a/src/config/relation.ts +++ b/src/config/relation.ts @@ -15,4 +15,4 @@ export const DeducedRelationMap = { extraFile: 'entity', } -export const SelectFreeEntities = ['application', 'area', 'mobile']; \ No newline at end of file +export const SelectFreeEntities = ['application', 'area', 'mobile', 'wechatQrCode']; \ No newline at end of file