Merge remote-tracking branch 'origin/develop'

* origin/develop:
  chore: 更新主页
This commit is contained in:
any86 2020-06-10 10:47:46 +08:00
parent 9b1cf30a88
commit d080694aa4
3 changed files with 84 additions and 84 deletions

View File

@ -46,7 +46,7 @@ vscode应用商店中搜索"**any-rule**".
</details> </details>
## 社区版本 ## 社区版本
[idea版](https://github.com/zhoriya) [idea版](https://github.com/zhoriya/idea-rule)
[Alfred Workflow版](https://github.com/cccyb/workflows) [Alfred Workflow版](https://github.com/cccyb/workflows)
@ -262,7 +262,7 @@ vscode应用商店中搜索"**any-rule**".
### email(邮箱) ### email(邮箱)
```javascript ```javascript
/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/ /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
``` ```
### 座机(tel phone)电话(国内),如: 0341-86091234 ### 座机(tel phone)电话(国内),如: 0341-86091234

View File

@ -186,7 +186,7 @@ module.exports = [{
}, },
{ {
title: 'email(邮箱)', title: 'email(邮箱)',
rule: /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/, rule: /^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,
examples: ['90203918@qq.com', 'nbilly@126.com'] examples: ['90203918@qq.com', 'nbilly@126.com']
}, },
{ {

View File

@ -70,7 +70,7 @@ vscode应用商店中搜索"**any-rule**".
</details> </details>
## 社区版本 ## 社区版本
[idea版](https://github.com/zhoriya) [idea版](https://github.com/zhoriya/idea-rule)
[Alfred Workflow版](https://github.com/cccyb/workflows) [Alfred Workflow版](https://github.com/cccyb/workflows)