From 4cea7596d76a3d8762a51a24c4c515e1fa7c3a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E9=87=91=E9=94=8B?= Date: Thu, 19 Nov 2020 15:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/divide.js.html | 2 +- docs/formatBankCard.js.html | 2 +- docs/formatMoney.js.html | 2 +- docs/index.html | 4 ++-- docs/index.js.html | 2 +- docs/isBankCard.js.html | 2 +- docs/isBusinessLicense.js.html | 2 +- docs/isChinese.js.html | 2 +- docs/isEmail.js.html | 2 +- docs/isIPv4.js.html | 2 +- docs/isIPv6.js.html | 2 +- docs/isIdCard.js.html | 2 +- docs/isMobile.js.html | 2 +- docs/isPassport.js.html | 2 +- docs/isPassword.js.html | 2 +- docs/isPostcode.js.html | 2 +- docs/isQQ.js.html | 2 +- docs/isSocialCreditCode.js.html | 2 +- docs/isTelephone.js.html | 2 +- docs/isUrl.js.html | 2 +- docs/isVehicle.js.html | 2 +- docs/isWX.js.html | 2 +- docs/minus.js.html | 2 +- docs/module-Debug.html | 2 +- docs/module-Math.html | 2 +- docs/module-Processor.html | 2 +- docs/module-Validator.html | 2 +- docs/module-processor.html | 2 +- docs/module-validator.html | 2 +- docs/numberToChinese.js.html | 2 +- docs/plus.js.html | 2 +- docs/replaceChar.js.html | 2 +- docs/round.js.html | 2 +- docs/times.js.html | 2 +- docs/validatePassword.js.html | 2 +- 36 files changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 98286ea9..c7d4571a 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ formatMoney('1000'); // => 1,000.00 - [isVehicle](https://doly-dev.github.io/util-helpers/module-Validator.html#.isVehicle) - 车牌号 - [isBankCard](https://doly-dev.github.io/util-helpers/module-Validator.html#.isBankCard) - 银行卡 - [isSocialCreditCode](https://doly-dev.github.io/util-helpers/module-Validator.html#.isSocialCreditCode) - 统一社会信用代码,也叫三证合一组织代码 - - [isPassword](https://doly-dev.github.io/util-helpers/module-Validator.html#.isPassword) 密码强度(即将废弃,请使用[validatePassword](https://doly-dev.github.io/util-helpers/module-Validator.html#.validatePassword)) + - [isPassword](https://doly-dev.github.io/util-helpers/module-Validator.html#.isPassword) 密码强度 - [isPassport](https://doly-dev.github.io/util-helpers/module-Validator.html#.isPassport) - 护照号 - [isChinese](https://doly-dev.github.io/util-helpers/module-Validator.html#.isChinese) - 中文 - [isIPv4](https://doly-dev.github.io/util-helpers/module-Validator.html#.isIPv4) - IPv4 diff --git a/docs/divide.js.html b/docs/divide.js.html index 57948a9b..8fedcd20 100644 --- a/docs/divide.js.html +++ b/docs/divide.js.html @@ -106,7 +106,7 @@

divide.js


diff --git a/docs/formatBankCard.js.html b/docs/formatBankCard.js.html index 882d3eb7..1a1d3185 100644 --- a/docs/formatBankCard.js.html +++ b/docs/formatBankCard.js.html @@ -109,7 +109,7 @@

formatBankCard.js


diff --git a/docs/formatMoney.js.html b/docs/formatMoney.js.html index fee0f02f..85fde399 100644 --- a/docs/formatMoney.js.html +++ b/docs/formatMoney.js.html @@ -200,7 +200,7 @@

formatMoney.js


diff --git a/docs/index.html b/docs/index.html index 1da136fe..eaad6e7c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,7 +128,7 @@

文档

  • isVehicle - 车牌号
  • isBankCard - 银行卡
  • isSocialCreditCode - 统一社会信用代码,也叫三证合一组织代码
  • -
  • isPassword 密码强度(即将废弃,请使用validatePassword
  • +
  • isPassword 密码强度
  • isPassport - 护照号
  • isChinese - 中文
  • isIPv4 - IPv4
  • @@ -172,7 +172,7 @@

    精选第三方工具库


    diff --git a/docs/index.js.html b/docs/index.js.html index 90a902b8..0321102c 100644 --- a/docs/index.js.html +++ b/docs/index.js.html @@ -126,7 +126,7 @@

    index.js


    diff --git a/docs/isBankCard.js.html b/docs/isBankCard.js.html index 4882cc5a..eb9fdbb2 100644 --- a/docs/isBankCard.js.html +++ b/docs/isBankCard.js.html @@ -111,7 +111,7 @@

    isBankCard.js


    diff --git a/docs/isBusinessLicense.js.html b/docs/isBusinessLicense.js.html index 73cc62f4..f5134888 100644 --- a/docs/isBusinessLicense.js.html +++ b/docs/isBusinessLicense.js.html @@ -152,7 +152,7 @@

    isBusinessLicense.js


    diff --git a/docs/isChinese.js.html b/docs/isChinese.js.html index c6ead8f2..df16162a 100644 --- a/docs/isChinese.js.html +++ b/docs/isChinese.js.html @@ -157,7 +157,7 @@

    isChinese.js


    diff --git a/docs/isEmail.js.html b/docs/isEmail.js.html index 152e503c..bc1c3e3e 100644 --- a/docs/isEmail.js.html +++ b/docs/isEmail.js.html @@ -94,7 +94,7 @@

    isEmail.js


    diff --git a/docs/isIPv4.js.html b/docs/isIPv4.js.html index d86a5c76..77b91fa6 100644 --- a/docs/isIPv4.js.html +++ b/docs/isIPv4.js.html @@ -100,7 +100,7 @@

    isIPv4.js


    diff --git a/docs/isIPv6.js.html b/docs/isIPv6.js.html index 7fff5f10..b96490ee 100644 --- a/docs/isIPv6.js.html +++ b/docs/isIPv6.js.html @@ -125,7 +125,7 @@

    isIPv6.js


    diff --git a/docs/isIdCard.js.html b/docs/isIdCard.js.html index e31c9417..7720126d 100644 --- a/docs/isIdCard.js.html +++ b/docs/isIdCard.js.html @@ -100,7 +100,7 @@

    isIdCard.js


    diff --git a/docs/isMobile.js.html b/docs/isMobile.js.html index 6bbabd38..405b52ef 100644 --- a/docs/isMobile.js.html +++ b/docs/isMobile.js.html @@ -94,7 +94,7 @@

    isMobile.js


    diff --git a/docs/isPassport.js.html b/docs/isPassport.js.html index 5458d038..923de024 100644 --- a/docs/isPassport.js.html +++ b/docs/isPassport.js.html @@ -96,7 +96,7 @@

    isPassport.js


    diff --git a/docs/isPassword.js.html b/docs/isPassword.js.html index 7727c056..52917426 100644 --- a/docs/isPassword.js.html +++ b/docs/isPassword.js.html @@ -120,7 +120,7 @@

    isPassword.js


    diff --git a/docs/isPostcode.js.html b/docs/isPostcode.js.html index ad789452..1b7fbb81 100644 --- a/docs/isPostcode.js.html +++ b/docs/isPostcode.js.html @@ -94,7 +94,7 @@

    isPostcode.js


    diff --git a/docs/isQQ.js.html b/docs/isQQ.js.html index 59f7934c..9103d212 100644 --- a/docs/isQQ.js.html +++ b/docs/isQQ.js.html @@ -94,7 +94,7 @@

    isQQ.js


    diff --git a/docs/isSocialCreditCode.js.html b/docs/isSocialCreditCode.js.html index c1b6097d..ec9816c1 100644 --- a/docs/isSocialCreditCode.js.html +++ b/docs/isSocialCreditCode.js.html @@ -175,7 +175,7 @@

    isSocialCreditCode.js


    diff --git a/docs/isTelephone.js.html b/docs/isTelephone.js.html index 18387d43..64938f85 100644 --- a/docs/isTelephone.js.html +++ b/docs/isTelephone.js.html @@ -100,7 +100,7 @@

    isTelephone.js


    diff --git a/docs/isUrl.js.html b/docs/isUrl.js.html index 10e3316c..43750706 100644 --- a/docs/isUrl.js.html +++ b/docs/isUrl.js.html @@ -105,7 +105,7 @@

    isUrl.js


    diff --git a/docs/isVehicle.js.html b/docs/isVehicle.js.html index 860fbfa5..dc49fb58 100644 --- a/docs/isVehicle.js.html +++ b/docs/isVehicle.js.html @@ -104,7 +104,7 @@

    isVehicle.js


    diff --git a/docs/isWX.js.html b/docs/isWX.js.html index 644f4def..b4692d12 100644 --- a/docs/isWX.js.html +++ b/docs/isWX.js.html @@ -94,7 +94,7 @@

    isWX.js


    diff --git a/docs/minus.js.html b/docs/minus.js.html index 54664e53..6dab73cd 100644 --- a/docs/minus.js.html +++ b/docs/minus.js.html @@ -102,7 +102,7 @@

    minus.js


    diff --git a/docs/module-Debug.html b/docs/module-Debug.html index 4307087b..9313d442 100644 --- a/docs/module-Debug.html +++ b/docs/module-Debug.html @@ -190,7 +190,7 @@

    Debug


    diff --git a/docs/module-Math.html b/docs/module-Math.html index 67fffcbc..c64279ae 100644 --- a/docs/module-Math.html +++ b/docs/module-Math.html @@ -1427,7 +1427,7 @@
    Returns:

    diff --git a/docs/module-Processor.html b/docs/module-Processor.html index 5c01da93..23cf7704 100644 --- a/docs/module-Processor.html +++ b/docs/module-Processor.html @@ -2001,7 +2001,7 @@
    Returns:

    diff --git a/docs/module-Validator.html b/docs/module-Validator.html index 166a6a48..ec503c87 100644 --- a/docs/module-Validator.html +++ b/docs/module-Validator.html @@ -4306,7 +4306,7 @@
    Returns:

    diff --git a/docs/module-processor.html b/docs/module-processor.html index 5c01da93..23cf7704 100644 --- a/docs/module-processor.html +++ b/docs/module-processor.html @@ -2001,7 +2001,7 @@
    Returns:

    diff --git a/docs/module-validator.html b/docs/module-validator.html index 166a6a48..ec503c87 100644 --- a/docs/module-validator.html +++ b/docs/module-validator.html @@ -4306,7 +4306,7 @@
    Returns:

    diff --git a/docs/numberToChinese.js.html b/docs/numberToChinese.js.html index 5ad9ff76..36cb5c8f 100644 --- a/docs/numberToChinese.js.html +++ b/docs/numberToChinese.js.html @@ -295,7 +295,7 @@

    numberToChinese.js


    diff --git a/docs/plus.js.html b/docs/plus.js.html index 27e2d814..8ae49cac 100644 --- a/docs/plus.js.html +++ b/docs/plus.js.html @@ -102,7 +102,7 @@

    plus.js


    diff --git a/docs/replaceChar.js.html b/docs/replaceChar.js.html index 0f8b29ed..5e57d1a0 100644 --- a/docs/replaceChar.js.html +++ b/docs/replaceChar.js.html @@ -150,7 +150,7 @@

    replaceChar.js


    diff --git a/docs/round.js.html b/docs/round.js.html index c9a164c4..0295b390 100644 --- a/docs/round.js.html +++ b/docs/round.js.html @@ -98,7 +98,7 @@

    round.js


    diff --git a/docs/times.js.html b/docs/times.js.html index 90d41d65..759e19ba 100644 --- a/docs/times.js.html +++ b/docs/times.js.html @@ -107,7 +107,7 @@

    times.js


    diff --git a/docs/validatePassword.js.html b/docs/validatePassword.js.html index 46bff0ec..b098ec7a 100644 --- a/docs/validatePassword.js.html +++ b/docs/validatePassword.js.html @@ -278,7 +278,7 @@

    validatePassword.js