mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
docs: 更新文档, 增加gif
This commit is contained in:
parent
61889a210a
commit
12dfa4094c
@ -2,9 +2,12 @@
|
|||||||
🚀 [提交问题](https://github.com/any86/any-rule/issues/new)
|
🚀 [提交问题](https://github.com/any86/any-rule/issues/new)
|
||||||
|
|
||||||
### 0.1.1 (2020-02-20)
|
### 0.1.1 (2020-02-20)
|
||||||
|

|
||||||
- 优化"zz."体验, 改用"quickPick"组件以支持"模糊搜索".
|
- 优化"zz."体验, 改用"quickPick"组件以支持"模糊搜索".
|
||||||
- 增加"设置"功能, 可以在设置中搜索"any-rule".
|
- 增加"设置"功能, 可以在设置中搜索"any-rule".
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 0.1.0
|
### 0.1.0
|
||||||
- 新增支持在文件中输入"zz."唤醒正则列表.
|
- 新增支持在文件中输入"zz."唤醒正则列表.
|
||||||
|
|
||||||
|
99
README.md
99
README.md
@ -1,47 +1,58 @@
|
|||||||
# 正则大全  [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule)  [](https://github.com/any86/any-rule/actions)
|
# 正则大全  [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule) [](https://marketplace.visualstudio.com/items?itemName=russell.any-rule)  [](https://github.com/any86/any-rule/actions)
|
||||||
|
|
||||||
支持**图形界面** / **vscode插件**2种查询方式.
|
支持**图形界面** / **vscode插件**2种查询方式.
|
||||||
|
|
||||||
## :rocket:图形界面
|
## :rocket:web版
|
||||||
https://any86.github.io/any-rule/
|
https://any86.github.io/any-rule/
|
||||||
|
|
||||||
## 🍭vscode插件
|
## 🍭vscode插件
|
||||||
1. 安装vscode中插件搜索框输入**any-rule**
|
|
||||||
2. 安装完毕后按**F1**(或者ctrl+shift+p).
|
### 安装
|
||||||
3. 输入"**zz**"可以看到正则列表.
|
vscode应用商店中搜索**any-rule**
|
||||||
4. 或者**输入关键词**, 比如"手机".
|
|
||||||
|
### 使用
|
||||||

|
**方式1:**
|
||||||
|
1. 安装完毕后按**F1**(或者ctrl+shift+p).
|
||||||
## :fire:关于PR
|
2. 输入"**zz**"可以看到正则列表.
|
||||||
欢迎大家PR, 步骤如下:
|
3. 或者**输入关键词**, 比如"手机".
|
||||||
1. **正则**请在**packages/www/src/RULES.js**中添加.
|
|
||||||
2. 运行`npm run test:rules`进行测试.
|

|
||||||
3. 运行`npm run build:md`更新**README.md**.
|
|
||||||
4. 请务必提交到**develop**分支.
|
**方式2:**
|
||||||
|
|
||||||
在此感谢大家对**any-rule**做出的贡献!
|
在任意文件任意代码中输入"**zz.**"
|
||||||
|
|
||||||
## 👽主要开发者
|

|
||||||
按照加入时间排序
|
|
||||||
<table>
|
## :fire:关于PR
|
||||||
<tr>
|
欢迎大家PR, 步骤如下:
|
||||||
<td>
|
1. **正则**请在**packages/www/src/RULES.js**中添加.
|
||||||
<a href="https://github.com/MrTenger"><img width="60" src="https://avatars3.githubusercontent.com/u/10781715?s=60&v=4"></a>
|
2. 运行`npm run test:rules`进行测试.
|
||||||
</td>
|
3. 运行`npm run build:md`更新**README.md**.
|
||||||
<td>
|
4. 请务必提交到**develop**分支.
|
||||||
<a href="https://github.com/giraffeComing"><img width="60" src="https://avatars2.githubusercontent.com/u/14800669?s=460&v=4"></a>
|
|
||||||
</td>
|
在此感谢大家对**any-rule**做出的贡献!
|
||||||
<td>
|
|
||||||
<a href="https://github.com/microud"><img width="60" src="https://avatars1.githubusercontent.com/u/10163257?s=60&v=4"></a>
|
## 👽主要开发者
|
||||||
</td>
|
按照加入时间排序
|
||||||
<td>
|
<table>
|
||||||
<a href="https://github.com/52cik"><img width="60" src="https://avatars0.githubusercontent.com/u/5033310?s=60&v=4"></a>
|
<tr>
|
||||||
</td>
|
<td>
|
||||||
</tr>
|
<a href="https://github.com/MrTenger"><img width="60" src="https://avatars3.githubusercontent.com/u/10781715?s=60&v=4"></a>
|
||||||
</table>
|
</td>
|
||||||
|
<td>
|
||||||
## 🍔正则
|
<a href="https://github.com/giraffeComing"><img width="60" src="https://avatars2.githubusercontent.com/u/14800669?s=460&v=4"></a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/microud"><img width="60" src="https://avatars1.githubusercontent.com/u/10163257?s=60&v=4"></a>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a href="https://github.com/52cik"><img width="60" src="https://avatars0.githubusercontent.com/u/5033310?s=60&v=4"></a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
## 🍔正则
|
||||||
|
|
||||||
### 火车车次
|
### 火车车次
|
||||||
```javascript
|
```javascript
|
||||||
|
Loading…
x
Reference in New Issue
Block a user