diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f8475..eb19eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ -# Change Log +# 更新日志 -All notable changes to the "any-rule" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. - -## [Unreleased] +- 0.0.6 +1. 修复"手机号(严禁)正则"错误. - 0.0.5 1. 增加正则"迅雷链接" / "ed2k连接" / "磁力链接" / "子网掩码" / "linux文件(夹)路径" / "window文件(夹)路径" diff --git a/README.md b/README.md index f987461..8268bc7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 正则大全 ![](https://img.shields.io/badge/状态-积极更新-673ab7.svg) ![](https://img.shields.io/badge/已收录-57条-4caf50.svg) ![](https://badgen.net/vs-marketplace/v/russell.any-rule) ![](https://badgen.net/vs-marketplace/i/russell.any-rule) ![](https://badgen.net/vs-marketplace/d/russell.any-rule) ![](https://img.shields.io/badge/license-MIT-F44336.svg) [![CircleCI](https://circleci.com/gh/any86/any-rule.svg?style=svg)](https://circleci.com/gh/any86/any-rule) +# 正则大全 ![](https://img.shields.io/badge/状态-积极更新-673ab7.svg) ![](https://img.shields.io/badge/已收录-57条-4caf50.svg) ![](https://badgen.net/vs-marketplace/v/russell.any-rule) ![](https://badgen.net/vs-marketplace/i/russell.any-rule) ![](https://badgen.net/vs-marketplace/d/russell.any-rule) ![](https://img.shields.io/badge/license-MIT-F44336.svg) [![CircleCI](https://badgen.net/github/status/any86/any-rule/master/ci/circleci)](https://circleci.com/gh/any86/any-rule) 支持**图形界面** / **vscode插件**2种查询方式. diff --git a/scripts/md.js b/scripts/md.js index 66fc171..05e3016 100644 --- a/scripts/md.js +++ b/scripts/md.js @@ -1,7 +1,7 @@ const fs = require('fs'); const chalk = require('chalk'); const json = require('../packages/www/src/RULES'); -let content = `# 正则大全 ![](https://img.shields.io/badge/状态-积极更新-673ab7.svg) ![](https://img.shields.io/badge/已收录-${json.length}条-4caf50.svg) ![](https://badgen.net/vs-marketplace/v/russell.any-rule) ![](https://badgen.net/vs-marketplace/i/russell.any-rule) ![](https://badgen.net/vs-marketplace/d/russell.any-rule) ![](https://img.shields.io/badge/license-MIT-F44336.svg) [![CircleCI](https://circleci.com/gh/any86/any-rule.svg?style=svg)](https://circleci.com/gh/any86/any-rule) +let content = `# 正则大全 ![](https://img.shields.io/badge/状态-积极更新-673ab7.svg) ![](https://img.shields.io/badge/已收录-${json.length}条-4caf50.svg) ![](https://badgen.net/vs-marketplace/v/russell.any-rule) ![](https://badgen.net/vs-marketplace/i/russell.any-rule) ![](https://badgen.net/vs-marketplace/d/russell.any-rule) ![](https://img.shields.io/badge/license-MIT-F44336.svg) [![CircleCI](https://badgen.net/github/status/any86/any-rule/master/ci/circleci)](https://circleci.com/gh/any86/any-rule) 支持**图形界面** / **vscode插件**2种查询方式.