mirror of
https://github.com/any86/any-rule.git
synced 2025-07-14 15:38:58 +08:00
chore: 修改vscode市场的预览gif
This commit is contained in:
parent
0dedbe8314
commit
7803e2a72e
@ -8,6 +8,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|
||||||
- 0.0.2
|
- 0.0.3
|
||||||
解决vscode低版本兼容问题
|
解决vscode低版本兼容问题
|
||||||
替换主页的git图地址
|
替换主页的git图地址
|
@ -3,7 +3,7 @@
|
|||||||
"publisher": "russell",
|
"publisher": "russell",
|
||||||
"displayName": "any-rule",
|
"displayName": "any-rule",
|
||||||
"description": "你要的\"正则\"都在这!",
|
"description": "你要的\"正则\"都在这!",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.12.0"
|
"vscode": "^1.12.0"
|
||||||
},
|
},
|
||||||
|
@ -14,8 +14,6 @@ RULES.forEach((rule, index) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// console.log(JSON.stringify(pkg));
|
// console.log(JSON.stringify(pkg));
|
||||||
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 4), 'utf-8');
|
fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 4), 'utf8');
|
||||||
console.log('完成!');
|
console.log('完成!');
|
@ -14,7 +14,7 @@ https://any86.github.io/any-rule/
|
|||||||
2. 输入"**zz**"后可看到正则列表.
|
2. 输入"**zz**"后可看到正则列表.
|
||||||
3. 或者**输入关键词**, 比如"手机".
|
3. 或者**输入关键词**, 比如"手机".
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 正则
|
## 正则
|
||||||
`;
|
`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user