From b4394112084165d0ad4231c15596224574648439 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 21 Jul 2024 10:10:38 +0800 Subject: [PATCH] 1 --- scripts/cfgcheck/projects/BackTask.js | 4 ++-- scripts/cfgcheck/projects/LightBackTask.js | 4 ++-- scripts/cfgcheck/projects/Market.js | 4 ++-- scripts/cfgcheck/projects/Web3DbSpider.js | 4 ++-- scripts/cfgcheck/projects/Web3Service.js | 4 ++-- scripts/cfgcheck/projects/Web3Sign.js | 4 ++-- scripts/cfgcheck/projects/Web3WebHooks.js | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/scripts/cfgcheck/projects/BackTask.js b/scripts/cfgcheck/projects/BackTask.js index d7a7937..c3938e3 100644 --- a/scripts/cfgcheck/projects/BackTask.js +++ b/scripts/cfgcheck/projects/BackTask.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class BackTask { } -module.exports = Web3BcSpider; +module.exports = BackTask; diff --git a/scripts/cfgcheck/projects/LightBackTask.js b/scripts/cfgcheck/projects/LightBackTask.js index d7a7937..a9bb512 100644 --- a/scripts/cfgcheck/projects/LightBackTask.js +++ b/scripts/cfgcheck/projects/LightBackTask.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class LightBackTask { } -module.exports = Web3BcSpider; +module.exports = LightBackTask; diff --git a/scripts/cfgcheck/projects/Market.js b/scripts/cfgcheck/projects/Market.js index d7a7937..6094074 100644 --- a/scripts/cfgcheck/projects/Market.js +++ b/scripts/cfgcheck/projects/Market.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class Market { } -module.exports = Web3BcSpider; +module.exports = Market; diff --git a/scripts/cfgcheck/projects/Web3DbSpider.js b/scripts/cfgcheck/projects/Web3DbSpider.js index d7a7937..f07f65a 100644 --- a/scripts/cfgcheck/projects/Web3DbSpider.js +++ b/scripts/cfgcheck/projects/Web3DbSpider.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class Web3DbSpider { } -module.exports = Web3BcSpider; +module.exports = Web3DbSpider; diff --git a/scripts/cfgcheck/projects/Web3Service.js b/scripts/cfgcheck/projects/Web3Service.js index d7a7937..f754fe5 100644 --- a/scripts/cfgcheck/projects/Web3Service.js +++ b/scripts/cfgcheck/projects/Web3Service.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class Web3Service { } -module.exports = Web3BcSpider; +module.exports = Web3Service; diff --git a/scripts/cfgcheck/projects/Web3Sign.js b/scripts/cfgcheck/projects/Web3Sign.js index d7a7937..7e09045 100644 --- a/scripts/cfgcheck/projects/Web3Sign.js +++ b/scripts/cfgcheck/projects/Web3Sign.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class Web3Sign { } -module.exports = Web3BcSpider; +module.exports = Web3Sign; diff --git a/scripts/cfgcheck/projects/Web3WebHooks.js b/scripts/cfgcheck/projects/Web3WebHooks.js index d7a7937..180a84a 100644 --- a/scripts/cfgcheck/projects/Web3WebHooks.js +++ b/scripts/cfgcheck/projects/Web3WebHooks.js @@ -1,6 +1,6 @@ -class Web3BcSpider { +class Web3WebHooks { } -module.exports = Web3BcSpider; +module.exports = Web3WebHooks;