From 6150f834be5945ced47a36f12ff04b4748b82f12 Mon Sep 17 00:00:00 2001 From: caijf Date: Wed, 15 May 2024 02:58:15 +0000 Subject: [PATCH] deploy: 6ed1084cc058f98a5171077bb03fd56c53d9c572 --- AsyncMemo.html | 2 +- AsyncMemo.js.html | 4 ++-- VERSION.js.html | 2 +- ajax.js.html | 2 +- bytesToSize.js.html | 2 +- calculateCursorPosition.js.html | 2 +- compressImage.js.html | 2 +- dataURLToBlob.js.html | 2 +- divide.js.html | 2 +- download.js.html | 2 +- fileReader.js.html | 2 +- filterTree.js.html | 2 +- findTreeNode.js.html | 2 +- findTreeNodes.js.html | 2 +- findTreeSelect.js.html | 2 +- formatBankCard.js.html | 2 +- formatMobile.js.html | 2 +- formatMoney.js.html | 2 +- gcd.js.html | 2 +- getFileBlob.js.html | 2 +- getImageInfo.js.html | 2 +- global.html | 2 +- index.html | 2 +- index.js.html | 2 +- isBankCard.js.html | 2 +- isBusinessLicense.js.html | 2 +- isChinese.js.html | 2 +- isEmail.js.html | 2 +- isHMCard.js.html | 2 +- isIPv4.js.html | 2 +- isIPv6.js.html | 2 +- isIdCard.js.html | 2 +- isMobile.js.html | 2 +- isPassport.js.html | 2 +- isPassword.js.html | 2 +- isPostcode.js.html | 2 +- isQQ.js.html | 2 +- isSocialCreditCode.js.html | 2 +- isSwiftCode.js.html | 2 +- isTWCard.js.html | 2 +- isTelephone.js.html | 2 +- isUrl.js.html | 2 +- isValidNumber.js.html | 2 +- isVehicle.js.html | 2 +- isWX.js.html | 2 +- lcm.js.html | 2 +- listToTree.js.html | 2 +- loadImage.js.html | 2 +- loadImageWithBlob.js.html | 2 +- loadScript.js.html | 2 +- minus.js.html | 2 +- module-Math.html | 2 +- module-Other.html | 2 +- module-Processor.html | 2 +- module-Tree.html | 2 +- module-Validator.html | 2 +- numberToChinese.js.html | 2 +- padZero.js.html | 2 +- parseIdCard.js.html | 2 +- plus.js.html | 2 +- randomString.js.html | 2 +- replaceChar.js.html | 2 +- round.js.html | 2 +- safeDate.js.html | 2 +- setDataURLPrefix.js.html | 2 +- strlen.js.html | 2 +- times.js.html | 2 +- transformFieldNames.js.html | 2 +- treeToList.js.html | 2 +- validatePassword.js.html | 2 +- 70 files changed, 71 insertions(+), 71 deletions(-) diff --git a/AsyncMemo.html b/AsyncMemo.html index 009356c3..0833e3a7 100644 --- a/AsyncMemo.html +++ b/AsyncMemo.html @@ -795,7 +795,7 @@
Returns:

diff --git a/AsyncMemo.js.html b/AsyncMemo.js.html index ed606dc0..eb46293a 100644 --- a/AsyncMemo.js.html +++ b/AsyncMemo.js.html @@ -103,7 +103,7 @@

AsyncMemo.js

* @returns {Promise<*>} 异步结果 */ run(asyncFn, key, options) { - if (!isString(key)) { + if (!key || !isString(key)) { return asyncFn(); } const opts = { @@ -146,7 +146,7 @@

AsyncMemo.js


diff --git a/VERSION.js.html b/VERSION.js.html index ac9ff632..75e4bbe6 100644 --- a/VERSION.js.html +++ b/VERSION.js.html @@ -93,7 +93,7 @@

VERSION.js


diff --git a/ajax.js.html b/ajax.js.html index c805d164..f7d9cbee 100644 --- a/ajax.js.html +++ b/ajax.js.html @@ -189,7 +189,7 @@

ajax.js


diff --git a/bytesToSize.js.html b/bytesToSize.js.html index d3497ae1..2f22404a 100644 --- a/bytesToSize.js.html +++ b/bytesToSize.js.html @@ -121,7 +121,7 @@

bytesToSize.js


diff --git a/calculateCursorPosition.js.html b/calculateCursorPosition.js.html index 560f532c..a989456d 100644 --- a/calculateCursorPosition.js.html +++ b/calculateCursorPosition.js.html @@ -133,7 +133,7 @@

calculateCursorPosition.js


diff --git a/compressImage.js.html b/compressImage.js.html index cb07017e..bf911c38 100644 --- a/compressImage.js.html +++ b/compressImage.js.html @@ -230,7 +230,7 @@

compressImage.js


diff --git a/dataURLToBlob.js.html b/dataURLToBlob.js.html index c11c7f21..49c0168e 100644 --- a/dataURLToBlob.js.html +++ b/dataURLToBlob.js.html @@ -112,7 +112,7 @@

dataURLToBlob.js


diff --git a/divide.js.html b/divide.js.html index 4b51b170..af877de2 100644 --- a/divide.js.html +++ b/divide.js.html @@ -133,7 +133,7 @@

divide.js


diff --git a/download.js.html b/download.js.html index 33cecbaa..3568b23b 100644 --- a/download.js.html +++ b/download.js.html @@ -225,7 +225,7 @@

download.js


diff --git a/fileReader.js.html b/fileReader.js.html index 728c241c..0e990be2 100644 --- a/fileReader.js.html +++ b/fileReader.js.html @@ -130,7 +130,7 @@

fileReader.js


diff --git a/filterTree.js.html b/filterTree.js.html index 52bb7b81..bdd9f18f 100644 --- a/filterTree.js.html +++ b/filterTree.js.html @@ -139,7 +139,7 @@

filterTree.js


diff --git a/findTreeNode.js.html b/findTreeNode.js.html index ef3626f3..bf67f592 100644 --- a/findTreeNode.js.html +++ b/findTreeNode.js.html @@ -139,7 +139,7 @@

findTreeNode.js


diff --git a/findTreeNodes.js.html b/findTreeNodes.js.html index 4c39c5f2..3c59140b 100644 --- a/findTreeNodes.js.html +++ b/findTreeNodes.js.html @@ -138,7 +138,7 @@

findTreeNodes.js


diff --git a/findTreeSelect.js.html b/findTreeSelect.js.html index 4ed84a7b..1e676957 100644 --- a/findTreeSelect.js.html +++ b/findTreeSelect.js.html @@ -145,7 +145,7 @@

findTreeSelect.js


diff --git a/formatBankCard.js.html b/formatBankCard.js.html index 2ba9cb28..51f9ae29 100644 --- a/formatBankCard.js.html +++ b/formatBankCard.js.html @@ -122,7 +122,7 @@

formatBankCard.js


diff --git a/formatMobile.js.html b/formatMobile.js.html index 7bccbf60..17ad5d4e 100644 --- a/formatMobile.js.html +++ b/formatMobile.js.html @@ -125,7 +125,7 @@

formatMobile.js


diff --git a/formatMoney.js.html b/formatMoney.js.html index a042d49c..a0eb8dbd 100644 --- a/formatMoney.js.html +++ b/formatMoney.js.html @@ -216,7 +216,7 @@

formatMoney.js


diff --git a/gcd.js.html b/gcd.js.html index fd7e7f89..99217117 100644 --- a/gcd.js.html +++ b/gcd.js.html @@ -150,7 +150,7 @@

gcd.js


diff --git a/getFileBlob.js.html b/getFileBlob.js.html index 5e501bfa..572a8c89 100644 --- a/getFileBlob.js.html +++ b/getFileBlob.js.html @@ -136,7 +136,7 @@

getFileBlob.js


diff --git a/getImageInfo.js.html b/getImageInfo.js.html index 8291fe92..9422f61c 100644 --- a/getImageInfo.js.html +++ b/getImageInfo.js.html @@ -189,7 +189,7 @@

getImageInfo.js


diff --git a/global.html b/global.html index 8b87aa26..c0cd5fe2 100644 --- a/global.html +++ b/global.html @@ -2620,7 +2620,7 @@
Type:

diff --git a/index.html b/index.html index d9630425..1bf57467 100644 --- a/index.html +++ b/index.html @@ -238,7 +238,7 @@

精选第三方工具库


diff --git a/index.js.html b/index.js.html index 42a98a7b..0a40f523 100644 --- a/index.js.html +++ b/index.js.html @@ -228,7 +228,7 @@

index.js


diff --git a/isBankCard.js.html b/isBankCard.js.html index 16c6dc81..5ed1f47e 100644 --- a/isBankCard.js.html +++ b/isBankCard.js.html @@ -140,7 +140,7 @@

isBankCard.js


diff --git a/isBusinessLicense.js.html b/isBusinessLicense.js.html index dfb5844e..0bba08b3 100644 --- a/isBusinessLicense.js.html +++ b/isBusinessLicense.js.html @@ -155,7 +155,7 @@

isBusinessLicense.js


diff --git a/isChinese.js.html b/isChinese.js.html index 4ee8c764..db6a66b6 100644 --- a/isChinese.js.html +++ b/isChinese.js.html @@ -163,7 +163,7 @@

isChinese.js


diff --git a/isEmail.js.html b/isEmail.js.html index 156b4317..643debc0 100644 --- a/isEmail.js.html +++ b/isEmail.js.html @@ -107,7 +107,7 @@

isEmail.js


diff --git a/isHMCard.js.html b/isHMCard.js.html index ad4fbc82..f9e7f7e0 100644 --- a/isHMCard.js.html +++ b/isHMCard.js.html @@ -115,7 +115,7 @@

isHMCard.js


diff --git a/isIPv4.js.html b/isIPv4.js.html index b5c0a8cb..ef90b2cc 100644 --- a/isIPv4.js.html +++ b/isIPv4.js.html @@ -109,7 +109,7 @@

isIPv4.js


diff --git a/isIPv6.js.html b/isIPv6.js.html index d3a30a51..54ac3418 100644 --- a/isIPv6.js.html +++ b/isIPv6.js.html @@ -123,7 +123,7 @@

isIPv6.js


diff --git a/isIdCard.js.html b/isIdCard.js.html index 4cb618cc..4be22fe0 100644 --- a/isIdCard.js.html +++ b/isIdCard.js.html @@ -153,7 +153,7 @@

isIdCard.js


diff --git a/isMobile.js.html b/isMobile.js.html index 55bd82f2..975ff20e 100644 --- a/isMobile.js.html +++ b/isMobile.js.html @@ -107,7 +107,7 @@

isMobile.js


diff --git a/isPassport.js.html b/isPassport.js.html index 3a28021d..95c37528 100644 --- a/isPassport.js.html +++ b/isPassport.js.html @@ -109,7 +109,7 @@

isPassport.js


diff --git a/isPassword.js.html b/isPassword.js.html index 07faa040..e28b61e2 100644 --- a/isPassword.js.html +++ b/isPassword.js.html @@ -124,7 +124,7 @@

isPassword.js


diff --git a/isPostcode.js.html b/isPostcode.js.html index 928c9600..de993be4 100644 --- a/isPostcode.js.html +++ b/isPostcode.js.html @@ -107,7 +107,7 @@

isPostcode.js


diff --git a/isQQ.js.html b/isQQ.js.html index 7860346a..ae269485 100644 --- a/isQQ.js.html +++ b/isQQ.js.html @@ -107,7 +107,7 @@

isQQ.js


diff --git a/isSocialCreditCode.js.html b/isSocialCreditCode.js.html index 88c98878..d9d69121 100644 --- a/isSocialCreditCode.js.html +++ b/isSocialCreditCode.js.html @@ -155,7 +155,7 @@

isSocialCreditCode.js


diff --git a/isSwiftCode.js.html b/isSwiftCode.js.html index 18aaba30..260f253b 100644 --- a/isSwiftCode.js.html +++ b/isSwiftCode.js.html @@ -112,7 +112,7 @@

isSwiftCode.js


diff --git a/isTWCard.js.html b/isTWCard.js.html index 061303f9..e20a7249 100644 --- a/isTWCard.js.html +++ b/isTWCard.js.html @@ -121,7 +121,7 @@

isTWCard.js


diff --git a/isTelephone.js.html b/isTelephone.js.html index a81f7c45..cc98fe2a 100644 --- a/isTelephone.js.html +++ b/isTelephone.js.html @@ -113,7 +113,7 @@

isTelephone.js


diff --git a/isUrl.js.html b/isUrl.js.html index eff7edf4..e6e8426b 100644 --- a/isUrl.js.html +++ b/isUrl.js.html @@ -137,7 +137,7 @@

isUrl.js


diff --git a/isValidNumber.js.html b/isValidNumber.js.html index d46442ae..961c2e92 100644 --- a/isValidNumber.js.html +++ b/isValidNumber.js.html @@ -139,7 +139,7 @@

isValidNumber.js


diff --git a/isVehicle.js.html b/isVehicle.js.html index 3f3c4ce0..d3fc8c1c 100644 --- a/isVehicle.js.html +++ b/isVehicle.js.html @@ -115,7 +115,7 @@

isVehicle.js


diff --git a/isWX.js.html b/isWX.js.html index 7f5a12e7..db9091bc 100644 --- a/isWX.js.html +++ b/isWX.js.html @@ -107,7 +107,7 @@

isWX.js


diff --git a/lcm.js.html b/lcm.js.html index 1e67f7f3..dc262654 100644 --- a/lcm.js.html +++ b/lcm.js.html @@ -127,7 +127,7 @@

lcm.js


diff --git a/listToTree.js.html b/listToTree.js.html index 6f34731e..2354be80 100644 --- a/listToTree.js.html +++ b/listToTree.js.html @@ -186,7 +186,7 @@

listToTree.js


diff --git a/loadImage.js.html b/loadImage.js.html index 800830e9..b3e7f489 100644 --- a/loadImage.js.html +++ b/loadImage.js.html @@ -167,7 +167,7 @@

loadImage.js


diff --git a/loadImageWithBlob.js.html b/loadImageWithBlob.js.html index 523840a7..9564cd2f 100644 --- a/loadImageWithBlob.js.html +++ b/loadImageWithBlob.js.html @@ -167,7 +167,7 @@

loadImageWithBlob.js


diff --git a/loadScript.js.html b/loadScript.js.html index ba8b0aea..c31d01ca 100644 --- a/loadScript.js.html +++ b/loadScript.js.html @@ -152,7 +152,7 @@

loadScript.js


diff --git a/minus.js.html b/minus.js.html index 7f72d10d..a0b09eed 100644 --- a/minus.js.html +++ b/minus.js.html @@ -125,7 +125,7 @@

minus.js


diff --git a/module-Math.html b/module-Math.html index 4ddef146..36fc4672 100644 --- a/module-Math.html +++ b/module-Math.html @@ -1624,7 +1624,7 @@
Returns:

diff --git a/module-Other.html b/module-Other.html index b1dc66e2..ff3e20e2 100644 --- a/module-Other.html +++ b/module-Other.html @@ -3840,7 +3840,7 @@
Returns:

diff --git a/module-Processor.html b/module-Processor.html index dba9003e..adac3d7c 100644 --- a/module-Processor.html +++ b/module-Processor.html @@ -4023,7 +4023,7 @@
Returns:

diff --git a/module-Tree.html b/module-Tree.html index 5a884a64..f33a14bd 100644 --- a/module-Tree.html +++ b/module-Tree.html @@ -2280,7 +2280,7 @@
Returns:

diff --git a/module-Validator.html b/module-Validator.html index 2c7c5028..8567cd99 100644 --- a/module-Validator.html +++ b/module-Validator.html @@ -5422,7 +5422,7 @@
Returns:

diff --git a/numberToChinese.js.html b/numberToChinese.js.html index 02db12d3..5612941f 100644 --- a/numberToChinese.js.html +++ b/numberToChinese.js.html @@ -279,7 +279,7 @@

numberToChinese.js


diff --git a/padZero.js.html b/padZero.js.html index 802d9ca6..e4b2fa2e 100644 --- a/padZero.js.html +++ b/padZero.js.html @@ -121,7 +121,7 @@

padZero.js


diff --git a/parseIdCard.js.html b/parseIdCard.js.html index 47ce2615..0e6396d3 100644 --- a/parseIdCard.js.html +++ b/parseIdCard.js.html @@ -197,7 +197,7 @@

parseIdCard.js


diff --git a/plus.js.html b/plus.js.html index 9b4315cd..37cc4464 100644 --- a/plus.js.html +++ b/plus.js.html @@ -125,7 +125,7 @@

plus.js


diff --git a/randomString.js.html b/randomString.js.html index f14f2661..b6ab9661 100644 --- a/randomString.js.html +++ b/randomString.js.html @@ -127,7 +127,7 @@

randomString.js


diff --git a/replaceChar.js.html b/replaceChar.js.html index 876ccd27..2e572985 100644 --- a/replaceChar.js.html +++ b/replaceChar.js.html @@ -161,7 +161,7 @@

replaceChar.js


diff --git a/round.js.html b/round.js.html index 4953a686..f458b24b 100644 --- a/round.js.html +++ b/round.js.html @@ -106,7 +106,7 @@

round.js


diff --git a/safeDate.js.html b/safeDate.js.html index a8b403d5..6de1969f 100644 --- a/safeDate.js.html +++ b/safeDate.js.html @@ -117,7 +117,7 @@

safeDate.js


diff --git a/setDataURLPrefix.js.html b/setDataURLPrefix.js.html index e0e94f32..8954caa9 100644 --- a/setDataURLPrefix.js.html +++ b/setDataURLPrefix.js.html @@ -114,7 +114,7 @@

setDataURLPrefix.js


diff --git a/strlen.js.html b/strlen.js.html index 047f2f0d..34ac8a03 100644 --- a/strlen.js.html +++ b/strlen.js.html @@ -119,7 +119,7 @@

strlen.js


diff --git a/times.js.html b/times.js.html index fa1a6044..3f7b530b 100644 --- a/times.js.html +++ b/times.js.html @@ -128,7 +128,7 @@

times.js


diff --git a/transformFieldNames.js.html b/transformFieldNames.js.html index d544af5c..06290e0a 100644 --- a/transformFieldNames.js.html +++ b/transformFieldNames.js.html @@ -166,7 +166,7 @@

transformFieldNames.js


diff --git a/treeToList.js.html b/treeToList.js.html index 428b001a..d0a7ba4b 100644 --- a/treeToList.js.html +++ b/treeToList.js.html @@ -159,7 +159,7 @@

treeToList.js


diff --git a/validatePassword.js.html b/validatePassword.js.html index 3d6e9bf0..83186f84 100644 --- a/validatePassword.js.html +++ b/validatePassword.js.html @@ -331,7 +331,7 @@

validatePassword.js