Skip to content

Commit

Permalink
chore: V1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed Mar 13, 2022
1 parent 0607e92 commit a61cfae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions CHANNGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,32 @@

### [V1.3.0]

* feat: 提供一键复制插件配置数据,方便用户反馈插件问题
* feat: 清空励志语录信息和还原默认励志语录

![](https://github.com/OBKoro1/stop-mess-around/raw/dev/static/feat/clearList.jpg?raw=true)

* feat: 摸鱼提醒倒计时的三种状态: `开启``关闭右侧休息时间展示``关闭`

开启和关闭就是,是否显示下图内容:

![](https://github.com/OBKoro1/stop-mess-around/raw/dev/static/feat/restTipTime.jpg?raw=true)

`关闭右侧休息时间展示`如下图,取消了今日本站休息时间与总休息时间展示:

![](https://github.com/OBKoro1/stop-mess-around/raw/dev/static/feat/closeRestTimeStatistics.jpeg?raw=true)

* chore: 更新[插件励志语录](https://github.dev/OBKoro1/stop-mess-around/blob/8f40ff0f9138398b1199d977461e6305033d8f81/src/utils/default-setting/tip-arr.js#L8)
* 你总觉得还有时间,这就是问题所在
* chore: 更新[摸鱼网站列表](https://github.com/OBKoro1/stop-mess-around/blob/master/src/utils/default-setting/default-list.js), 新增如下网站。
```js
{
site: 'https://v.huya.com/',
labelName: '虎牙录播',
},
```
* feat: 提供一键复制插件配置数据,方便用户反馈插件问题

<img src="https://github.com/OBKoro1/stop-mess-around/raw/dev/static/feat/getData.jpeg" alt="赞助" width="300px"/>

* feat: 更新Github仓库在线VSCode快速查看使用`github1s.com`, 因为`github1s`能够更快的访问
* docs: 提示信息改为励志信息。
* docs: 更新issue规范
Expand Down
8 changes: 4 additions & 4 deletions src/manifest.production.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "stop-mess-around-file",
"version": "1.2.1",
"description": "file: 减少摸鱼的时间和频率的Chrome插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"name": "stop-mess-around",
"version": "1.3.0",
"description": "减少摸鱼的时间和频率的Chrome插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"options_page": "options.html",
"short_name": "StopMessAround",
"author": "[email protected]",
Expand All @@ -12,7 +12,7 @@
},
"browser_action": {
"default_icon": "img/48.png",
"default_title": "file: 减少摸鱼的时间和频率的Chrome插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"default_title": "减少摸鱼的时间和频率的Chrome插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"default_popup": "popup.html"
},
"icons": {
Expand Down
Binary file added static/feat/clearList.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a61cfae

Please sign in to comment.