From b084e3303fe6e24d6a5b41118958b7cec06af474 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 14 八月 2024 16:23:08 +0800 Subject: [PATCH] 2024-08-14 --- src/utils/utils-custom.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js index c64fdea..6d4c7f8 100644 --- a/src/utils/utils-custom.js +++ b/src/utils/utils-custom.js @@ -2074,7 +2074,7 @@ list.forEach(str => { str = str.replace(/^\s/, '') let strs = str.match(/(\s|=)[a-z0-9_]+\./ig) - if (strs.length === 2 && (strs[0].replace(/\s|\./g, '') === strs[1].replace(/\s|\./g, ''))) { + if (strs.length === 2 && (strs[0].replace(/\s|\.|=/g, '') === strs[1].replace(/\s|\.|=/g, ''))) { errors.push(str) } }) -- Gitblit v1.8.0