Skip to content

Commit

Permalink
chore: 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed Jun 21, 2022
1 parent 1d9af33 commit 05fd121
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 26 deletions.
23 changes: 11 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ about: 请按照规范创建issue
提供复现步骤和截图。

1. 第一步
2. 第二步
3. 第三步
1. 第一步怎么做
2. 第二步怎么做
3. 第三步怎么做
4. 然后出现了什么行为
5. 预期什么行为。


#### 预期行为
Expand All @@ -36,17 +38,14 @@ about: 请按照规范创建issue
#### 插件设置(不是必现的bug,需要必填)
> 如果不是必现的,请贴上插件设置,帮助开发者定位问题。
##### 获取设置和重置插件数据
1. 打开插件管理面板
2. 点击页面顶部的“插件数据和反馈问题按钮” => 打开弹窗
3. 找到复制数据那一列
4. 点击“复制插件数据反馈问题”按钮
5. 复制到下面

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

##### 按照教程获取的插件设置填在下面
##### 按照教程获取的插件设置填在下面
##### 按照教程获取的插件设置填在下面

```js
// 设置填在这里
```
### 常见问题

**如果某个摸鱼网站匹配有问题**
Expand Down
16 changes: 9 additions & 7 deletions .github/ISSUE_TEMPLATE/share_site.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@ labels: [ 'share']
### 如何创建issue复制分享你的摸鱼网站列表?

1. 打开插件管理面板
2. 点击选择顶部的分享摸鱼网站按钮 => 打开弹窗
2. 点击页面顶部的“分享摸鱼网站按钮” => 打开弹窗
3. 点击复制摸鱼网站数据。
4. 将数据复制到下方`js`代码块中。
5. 点击提交issue

### 粘贴插件摸鱼网站

```js
// 复制到这里面
// 复制到这里面
// 复制下一行
复制的数据放到下面。
复制的数据放到下面。
复制的数据放到下面。






```
## 点个Star吧~

如果觉得插件还不错,就给插件点个赞吧, 给插件点个小星星鼓励一下吧❤️~
Expand All @@ -35,4 +38,3 @@ PS: Star按钮在页面的右上角,有数量的那个按钮~

给你点个赞~ 👍🏻


4 changes: 4 additions & 0 deletions CHANNGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

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

### [V2.0.7]

* feat: 更新了一些小细节

### [V2.0.6]

* feat: lookCode更新为选择github1s与github.dev
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stop-mess-around",
"description": "减少摸鱼的时间和频率的浏览器插件:提醒你正在摸鱼,摸鱼的时候知道自己在摸鱼,提高我们上班和学习的效率,节省时间用于学习提升自己或者享受生活",
"version": "2.0.6",
"version": "2.0.7",
"publisher": "OBKoro1",
"homepage": "https://github.com/OBKoro1/stop-mess-around",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"core-js": "^2.6.5",
"dayjs": "^1.10.7",
"element-ui": "^2.8.2",
"element-ui": "2.15.7",
"vue": "^2.6.10"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/components/rest-statistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-->
<template>
<el-dialog
append-to-body
:close-on-press-escape="false"
class="dialog-class"
title="近百日摸鱼时长统计"
Expand Down
3 changes: 2 additions & 1 deletion src/content/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
* Author : OBKoro1
* Date : 2021-06-15 13:51:30
* LastEditors : OBKoro1
* LastEditTime : 2022-06-05 14:40:43
* LastEditTime : 2022-06-13 22:47:07
* FilePath : /src/content/App.vue
* Description : content 插入到页面的数据
* koroFileheader插件
-->
<template>
<div class="stop-mess-around-content">
<el-dialog
append-to-body
:close-on-click-modal="false"
:close-on-press-escape="false"
:title="info.title"
Expand Down
4 changes: 4 additions & 0 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
font-size: 18px;
color: #303133;
}

.Margin6 {
margin-bottom: 6px;
}
1 change: 1 addition & 0 deletions src/options/App/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
@click="utils.jumpUrl(NET.GITHUBREPO)"
>
<el-dialog
append-to-body
:close-on-click-modal="false"
:close-on-press-escape="false"
:visible.sync="sponsorship"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3519,10 +3519,10 @@ electron-to-chromium@^1.3.723:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.730.tgz#6e1fad8f250827f5524672e572f823b34a6417e1"
integrity sha512-1Tr3h09wXhmqXnvDyrRe6MFgTeU0ZXy3+rMJWTrOHh/HNesWwBBrKnMxRJWZ86dzs8qQdw2c7ZE1/qeGHygImA==

element-ui@^2.8.2:
version "2.15.1"
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.15.1.tgz#ada00aa6e32c02774a2e77563dd84668f813cdff"
integrity sha512-TqlScAKGH97XndSScUDeEHIzL1x7yg7DvQdKPEOUdiDcyIz3y3FJJBlpHYaJT96FOn1xpIcUZb+I2FJeU9EcrQ==
element-ui@2.15.7:
version "2.15.7"
resolved "https://registry.yarnpkg.com/element-ui/-/element-ui-2.15.7.tgz#9e5f8461edb53cfd89a88614b6caa82bd110ee38"
integrity sha512-+J6rnXajxzLwV6w8Q6bf7Yqzk1FO1ewbIrCy/4B5alnd7tj8WEpfQoAvISirVaUGVGy77d9Ji3o2bF4f0AsJLQ==
dependencies:
async-validator "~1.8.1"
babel-helper-vue-jsx-merge-props "^2.0.0"
Expand Down

0 comments on commit 05fd121

Please sign in to comment.