mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
chore: issue template
This commit is contained in:
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -5,9 +5,9 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## 在提交问题之前,请确保您完成以下操作
|
## 在提交问题之前,请您确保完成以下操作
|
||||||
1. 我确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题**
|
1. 确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题**
|
||||||
2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
2. 确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
||||||
3. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的
|
3. 检查这个问题是否属于 [本项目维护的规则](https://github.com/AIsouler/GKD_subscription) 导致的
|
||||||
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭
|
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭
|
||||||
|
|
||||||
|
|||||||
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
8
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -5,10 +5,10 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
## 在提交问题之前,请确保您完成以下操作
|
## 在提交问题之前,请您确保完成以下操作
|
||||||
1. 我确保 **提供需要适配界面的快照(不要提供截图,截图没有任何作用)**
|
1. 确保 **提供需要适配界面的快照(不要提供截图,截图没有任何作用)**
|
||||||
2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
2. 确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest)
|
||||||
3. 我确保已阅读 [不予适配情况合集](https://github.com/AIsouler/GKD_subscription/issues/480)
|
3. 确保已阅读 [不予适配情况合集](https://github.com/AIsouler/GKD_subscription/issues/480)
|
||||||
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭
|
4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: feature-description
|
id: feature-description
|
||||||
|
|||||||
@@ -169,7 +169,10 @@ export default defineGkdApp({
|
|||||||
fastQuery: true,
|
fastQuery: true,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.alipay.android.msp.ui.views.MspContainerActivity',
|
activityIds: [
|
||||||
|
'com.alipay.android.msp.ui.views.MspContainerActivity',
|
||||||
|
'com.alipay.android.phone.businesscommon.ucdp.nfc.activity.NResPageActivity',
|
||||||
|
],
|
||||||
matches: ['[text="支付成功" || text="充值成功"]', '[text="完成"]'],
|
matches: ['[text="支付成功" || text="充值成功"]', '[text="完成"]'],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14008852',
|
'https://i.gkd.li/i/14008852',
|
||||||
|
|||||||
Reference in New Issue
Block a user