mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Update RULES.js
This commit is contained in:
parent
0c5bb2c90d
commit
3b5a440413
4
packages/www/src/RULES.js
vendored
4
packages/www/src/RULES.js
vendored
@ -327,8 +327,8 @@ module.exports = [{
|
||||
},
|
||||
{
|
||||
title: '16进制颜色',
|
||||
rule: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3}|[a-fA-F0-9]{8})$/,
|
||||
examples: ['#f00', '#F90', '#000', '#fe9de8', '#f8f8f8ff']
|
||||
rule: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3}|[a-fA-F0-9]{8}|[a-fA-F0-9]{4})$/,
|
||||
examples: ['#f00', '#F90', '#000', '#fe9de8', '#f8f8f8ff', '#f003']
|
||||
},
|
||||
{
|
||||
title: '微信号(wx),6至20位,以字母开头,字母,数字,减号,下划线',
|
||||
|
Loading…
x
Reference in New Issue
Block a user