mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-06 03:56:57 +08:00
md
This commit is contained in:
@ -84,10 +84,10 @@
|
||||
* 更多查看应用商店 ( https://store.shopxo.net/ )
|
||||
|
||||
### 系统特性
|
||||

|
||||

|
||||
|
||||
### 全平台支持
|
||||

|
||||

|
||||
|
||||
|
||||
#### 小程序支持多种配色
|
||||
|
||||
@ -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}$',
|
||||
|
||||
Reference in New Issue
Block a user