Skip to content

Commit

Permalink
feat: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed Nov 20, 2022
1 parent 681a327 commit 27da4f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANNGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

<!-- TODO: development.md -->

### [V2.1.1]

* fix: 修复倒计时关闭页面无法关闭的问题。


### [V2.1.0]

* feat: [匹配到网站时倒计时关闭页面](https://github.com/OBKoro1/stop-mess-around/wiki/%E5%8A%9F%E8%83%BD%E7%A4%BA%E4%BE%8B%E4%BB%A5%E5%8F%8A%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E#%E5%8C%B9%E9%85%8D%E5%88%B0%E6%91%B8%E9%B1%BC%E7%BD%91%E5%9D%80%E5%90%8E%E5%AE%9A%E6%97%B6%E5%85%B3%E9%97%AD),更主动的去杜绝摸鱼的想法。
Expand Down
8 changes: 4 additions & 4 deletions manifest/manifest.production.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "stop-mess-around-file",
"version": "2.1.0",
"description": "file: 减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"name": "stop-mess-around",
"version": "2.1.1",
"description": "减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"options_page": "options.html",
"short_name": "StopMessAround",
"author": "[email protected]",
Expand All @@ -12,7 +12,7 @@
},
"action": {
"default_icon": "img/48.png",
"default_title": "file: 减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"default_title": "减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"default_popup": "popup.html"
},
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stop-mess-around",
"description": "减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"version": "2.1.0",
"version": "2.1.1",
"publisher": "OBKoro1",
"homepage": "https://github.com/OBKoro1/stop-mess-around",
"license": "MIT",
Expand Down

0 comments on commit 27da4f1

Please sign in to comment.