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
92f50702aa
commit
583c72361a
@ -327,7 +327,7 @@ module.exports = [{
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '16进制颜色',
|
title: '16进制颜色',
|
||||||
rule: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3}|[a-fA-F0-9]{9})$/,
|
rule: /^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3}|[a-fA-F0-9]{8})$/,
|
||||||
examples: ['#f00', '#F90', '#000', '#fe9de8', '#f8f8f8ff']
|
examples: ['#f00', '#F90', '#000', '#fe9de8', '#f8f8f8ff']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user