-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(闲鱼): 功能类-删除首页[关注上新/俱乐部/闲鱼精选] 补充规则#08)
- Loading branch information
Showing
6 changed files
with
124 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# .github/ISSUE_TEMPLATE | ||
.github/ISSUE_TEMPLATE/bug_report.yml merge=ours | ||
.github/ISSUE_TEMPLATE/config.yml merge=ours | ||
.github/ISSUE_TEMPLATE/feature_request.yml merge=ours | ||
|
||
# .github/workflows | ||
.github/workflows/build_release.yml merge=ours | ||
.github/workflows/check_fix_push.yml merge=ours | ||
.github/workflows/pull_request_check.yml merge=ours | ||
|
||
# dist | ||
dist/CHANGELOG.md merge=ours | ||
dist/README.md merge=ours | ||
|
||
# scripts | ||
scripts/check.ts merge=ours | ||
|
||
# ts | ||
src/apps/com.taobao.idlefish.ts merge=ours | ||
src/apps/com.tencent.mobileqq.ts merge=ours | ||
src/apps/com.tencent.qqlive.ts merge=ours | ||
|
||
package.json merge=ours | ||
README.md merge=ours | ||
Template.md merge=ours |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,36 @@ | ||
name: 报告 Bug | ||
description: 报告 失效/误触 规则Bug | ||
title: "[Bug] " | ||
description: 报告 误触/问题 规则 | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
请按照此模版填写 BUG 界面的快照 | ||
- type: checkboxes | ||
id: checkboxes | ||
attributes: | ||
label: 一些验证 | ||
description: 在提交问题之前,请确保您完成以下操作 | ||
options: | ||
- label: 搜索检查是否已经存在请求相同功能的问题/讨论,以避免重复创建issue | ||
required: true | ||
- label: | | ||
检查这个问题是否属于 [本项目维护的规则](https://github.com/MengNianxiaoyao/gkd-subscription) 导致的 | ||
required: true | ||
- label: 我确认知晓并同意维护者直接关闭不符合规范的issue | ||
required: true | ||
- label: 我确保提供下列BUG描述及其复现步骤, 否则我同意维护者直接关闭issue | ||
required: true | ||
- label: 我确保提供 误触/不执行规则 的界面的快照, 否则我同意维护者直接关闭issue | ||
required: true | ||
## 在提交问题之前,请确保您完成以下操作 | ||
1. 我确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题** | ||
2. 我确保使用的是 [最新版订阅](https://github.com/mrlctate/gkd-mrlc/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest) | ||
3. 检查这个问题是否属于 [本项目维护的规则](https://github.com/mrlctate/gkd-mrlc) 导致的 | ||
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭 | ||
#### 检查问题是否属于以下几种之一,如果属于请说明是哪一种(误触问题可忽略这条) | ||
1. 规则不生效,但是截取快照时生效/回到桌面(不杀后台)再进入软件后生效 | ||
2. 规则触发了(有点击提示),但实际并不能生效(没有达到预期行为) | ||
- type: textarea | ||
id: feature-description | ||
id: bug-1 | ||
attributes: | ||
label: | | ||
请输入 误触/不执行规则 的界面的快照, BUG描述及其复现步骤(视频/截图)或者生成的快照链接, 也可在后面补充其它信息 | ||
请注意: | ||
1. 不提供快照或者仅提供截图的 issue 将被自动关闭 | ||
2. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭 | ||
请提供 误触界面/出现问题界面 的快照,也可补充说明 | ||
description: | | ||
快照是一个 zip 文件, 快照链接是类似 "https://i.gkd.li/i/XXXXXXXX" 的文本, 按照如下方式可获得快照信息 | ||
快照是一个 zip 文件,快照链接是类似 "https://i.gkd.li/i/XXXXXXXX" 的文本,按照如下方式可获得快照信息 | ||
按照下面的截图示例来获取界面快照, 上传文件或者生成链接并粘贴到下面的输入框\ | ||
![img](https://user-images.githubusercontent.com/45487685/270372181-9e05a475-6664-4e1b-adc7-1e3973fff01f.png)\ | ||
按照下面的截图示例来获取界面快照,上传文件或者生成链接并粘贴到下面的输入框\ | ||
![img](https://user-images.githubusercontent.com/45487685/270372181-9e05a475-6664-4e1b-adc7-1e3973fff01f.png) | ||
此外需提供 [主页-点击记录] 的截图\ | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: bug-2 | ||
attributes: | ||
label: | | ||
请说明是哪一条规则 误触/出现问题(文字/触发记录界面截图) | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters