Update RULES.js

This commit is contained in:
精武陈真 2021-07-23 12:00:57 +08:00 committed by GitHub
parent 8f3b1bd731
commit 22e69a9220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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位)',