chore: 替换首页的gif地址

This commit is contained in:
宁宁 2020-01-10 13:57:30 +08:00
parent 0b4774c159
commit dafc593dcc
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ https://any86.github.io/any-rule/
3. 输入"**zz**"可以看到正则列表.
4. 或者**输入关键词**, 比如"手机".
![预览视频](https://user-images.githubusercontent.com/8264787/69204566-36b97800-0b82-11ea-8553-dfc06f709926.gif)
![预览gif](https://user-gold-cdn.xitu.io/2020/1/10/16f8e01a684a0a18?w=420&h=243&f=gif&s=414162)
## :fire:关于PR
欢迎大家PR, 步骤如下:
@ -71,12 +71,12 @@ https://any86.github.io/any-rule/
### linux"文件夹"路径
```javascript
/^\/(\w+\/?)+$/
/^(\/[^\/]+)+\/?$/
```
### linux"文件"路径
```javascript
/^\/(\w+\/)+\w+\.\w+$/
/^(\/[^\/]+)+$/
```
### window下"文件夹"路径

View File

@ -32,7 +32,7 @@ https://any86.github.io/any-rule/
3. 输入"**zz**"可以看到正则列表.
4. 或者**输入关键词**, 比如"手机".
![预览视频](https://user-images.githubusercontent.com/8264787/69204566-36b97800-0b82-11ea-8553-dfc06f709926.gif)
![预览gif](https://user-gold-cdn.xitu.io/2020/1/10/16f8e01a684a0a18?w=420&h=243&f=gif&s=414162)
## :fire:关于PR
欢迎大家PR, 步骤如下: