Skip to content

Commit

Permalink
update count
Browse files Browse the repository at this point in the history
  • Loading branch information
estepona committed Jan 22, 2024
1 parent b151292 commit f94337b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
14 changes: 3 additions & 11 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.tabSize": 2,
"eslint.validate": [
"javascript",
"typescript"
],
"eslint.validate": ["javascript", "typescript"],
"[javascript]": {
"editor.formatOnSave": true
},
Expand All @@ -21,10 +18,5 @@
"[css]": {
"editor.formatOnSave": true
},
"cSpell.words": [
"douban",
"menu",
"selected",
"submenu"
]
"cSpell.words": ["douban", "menu", "selected", "submenu"]
}
2 changes: 1 addition & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>A minimal Weixin Read desktop client based on electron.js.</p>
<img src="https://img.shields.io/badge/electron-22.0.3-blue"/>
<img src="https://img.shields.io/badge/typescript-3.9.5-blueviolet"/>
<img src="https://img.shields.io/badge/downloaded-3630-brightgreen"/>
<img src="https://img.shields.io/badge/downloaded-4155-brightgreen"/>
</div>

![screenshot](./asset/app.png)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>一个极简版微信读书桌面客户端,基于electron.js</p>
<img src="https://img.shields.io/badge/electron-22.0.3-blue"/>
<img src="https://img.shields.io/badge/typescript-3.9.5-blueviolet"/>
<img src="https://img.shields.io/badge/downloaded-3630-brightgreen"/>
<img src="https://img.shields.io/badge/downloaded-4155-brightgreen"/>
</div>

![screenshot](./asset/app.png)
Expand Down

0 comments on commit f94337b

Please sign in to comment.