mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
Update md.js
This commit is contained in:
parent
992da83c6f
commit
3201523f54
@ -35,7 +35,7 @@ https://any86.github.io/any-rule/
|
|||||||

|

|
||||||
|
|
||||||
## 关于PR
|
## 关于PR
|
||||||
欢迎大家PR, 提交**正则**请在**packages/www/RULES.js**中添加, **README.md**无需修改, 我合并后会通过脚本自动更新文档. 在此感谢大家对**any-rule**做出的贡献!
|
欢迎大家PR, 提交**正则**请在**packages/www/src/RULES.js**中添加, **README.md**无需修改, 我合并后会通过脚本自动更新文档. 在此感谢大家对**any-rule**做出的贡献!
|
||||||
|
|
||||||
## 正则
|
## 正则
|
||||||
`;
|
`;
|
||||||
@ -46,4 +46,4 @@ json.forEach(({title, rule})=>{
|
|||||||
content+= `${rule}\r\n\`\`\`\r\n`;
|
content+= `${rule}\r\n\`\`\`\r\n`;
|
||||||
});
|
});
|
||||||
fs.writeFileSync('./README.md',content,'utf-8');
|
fs.writeFileSync('./README.md',content,'utf-8');
|
||||||
console.log(chalk.green('生成完毕'));
|
console.log(chalk.green('生成完毕'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user