mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
docs: 更新文档
This commit is contained in:
parent
3c624df4ab
commit
a11694a44d
@ -1,6 +1,5 @@
|
||||
# any-rule
|
||||
正则大全
|
||||
https://any86.github.io/any-rule/
|
||||
# 正则大全
|
||||
:whale: 图形界面: https://any86.github.io/any-rule/
|
||||
|
||||
## 银行卡号(16或19位)
|
||||
```javascript
|
||||
|
@ -1,10 +1,8 @@
|
||||
const fs = require('fs');
|
||||
const chalk = require('chalk');
|
||||
const json = require('../src/RULES.js');
|
||||
let content = `# any-rule
|
||||
正则大全
|
||||
https://any86.github.io/any-rule/
|
||||
`;
|
||||
let content = `# 正则大全
|
||||
图形界面: https://any86.github.io/any-rule/\r\n`;
|
||||
json.forEach(({title, rule})=>{
|
||||
content+= `\r\n## ${title}\r\n`;
|
||||
content+= `\`\`\`javascript\r\n`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user