chore: issue template

This commit is contained in:
AIsouler
2024-11-09 19:58:46 +08:00
parent 114187d3a1
commit 418312b09f
3 changed files with 11 additions and 8 deletions

View File

@@ -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日内予以回复否则会被关闭

View File

@@ -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

View File

@@ -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',