feat/task1-c-wallet
gongfuxiang 2023-11-09 18:24:31 +08:00
parent b916371ada
commit 7b504cdb97
2 changed files with 3 additions and 3 deletions

View File

@ -84,10 +84,10 @@
* 更多查看应用商店 ( https://store.shopxo.net/ )
### 系统特性
![系统特性](https://doc.shopxo.net/upload/image/20210727/1627370211229661.jpeg "系统特性")
![系统特性](https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/system/core.jpg "系统特性")
### 全平台支持
![全平台支持](https://doc.shopxo.net/upload/image/20210727/1627370212203702.jpeg "全平台支持")
![全平台支持](https://shopxoserver.oss-cn-beijing.aliyuncs.com/demo/system/platform.jpg "全平台支持")
#### 小程序支持多种配色

View File

@ -454,7 +454,7 @@ class ConstService
// -------------------- 正则 --------------------
// 用户名
'common_regex_username' => '^[A-Za-z0-9_]{2,18}$',
// 用户名
// 密码
'common_regex_pwd' => '^.{6,18}$',
// 包含字母和数字、6~16个字符
'common_regex_alpha_number' => '^(?![0-9]+$)(?![a-zA-Z]+$)[0-9A-Za-z]{6,16}$',