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
8f3b1bd731
commit
22e69a9220
4
packages/www/src/RULES.js
vendored
4
packages/www/src/RULES.js
vendored
@ -89,8 +89,8 @@ module.exports = [{
|
||||
},
|
||||
{
|
||||
title: 'html注释',
|
||||
rule: /^<!--[\s\S]*?-->$/,
|
||||
examples: ['<!--<div class="_bubble"></div>-->']
|
||||
rule: /<!--[\s\S]*?-->/g,
|
||||
examples: ['<!--<div class="_bubble"></div>--><div>chenguzhen87</div><div class="_bubble"></div>-->']
|
||||
},
|
||||
{
|
||||
title: 'md5格式(32位)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user