Skip to content

Commit 566a7b1

Browse files
committed
Merge branch 'yiruiwen'
# Conflicts: # README.md
2 parents b9f12d8 + e50e5e4 commit 566a7b1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ uView UI,是[uni-app](https://uniapp.dcloud.io/)生态优秀的UI框架,全
2525
### 官方4群:1084514613(已满)
2626
### 官方5群:863820668(已满)
2727
### 官方6群:745721078(已满)
28-
### [点击加7群交流反馈:627867855](https://jq.qq.com/?_wv=1027&k=U61Rx49A)
28+
### 官方7群:627867855(已满)
29+
### [点击加7群交流反馈:627867855](https://jq.qq.com/?_wv=1027&k=ZHFDsWUV)
2930

3031
## 特性
3132

uview-ui/libs/function/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* 验证电子邮箱格式
33
*/
44
function email(value) {
5-
return /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/.test(value);
5+
return /[\w!#$%&'*+/=?^_`{|}~-]+(?:\.[\w!#$%&'*+/=?^_`{|}~-]+)*@(?:[\w](?:[\w-]*[\w])?\.)+[\w](?:[\w-]*[\w])?/.test(value);
66
}
77

88
/**

uview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uview-ui",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)