mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 更新主页
This commit is contained in:
parent
d88ee6bc61
commit
b5d4dea6e7
@ -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
|
||||||
|
@ -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']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user