From 418312b09fcd4985d83008546a03dfeacee15cd8 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 9 Nov 2024 19:58:46 +0800 Subject: [PATCH] chore: issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 8 ++++---- src/apps/com.eg.android.AlipayGphone.ts | 5 ++++- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e4e21ea5..95f03724 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,9 +5,9 @@ body: - type: markdown attributes: value: | - ## 在提交问题之前,请确保您完成以下操作 - 1. 我确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题** - 2. 我确保使用的是 [最新版订阅](https://github.com/AIsouler/GKD_subscription/releases/latest) 和 [最新版GKD](https://github.com/gkd-kit/gkd/releases/latest) + ## 在提交问题之前,请您确保完成以下操作 + 1. 确保 **提供 误触/出现问题 界面的快照(不要提供截图,截图没有任何作用),并说明是哪一条规则 误触/出现问题** + 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) 导致的 4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 71608cdb..15b5575f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,10 +5,10 @@ body: - type: markdown attributes: value: | - ## 在提交问题之前,请确保您完成以下操作 - 1. 我确保 **提供需要适配界面的快照(不要提供截图,截图没有任何作用)** - 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) + ## 在提交问题之前,请您确保完成以下操作 + 1. 确保 **提供需要适配界面的快照(不要提供截图,截图没有任何作用)** + 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) 4. 如果你的issue被受理,受理者提出的问题、要求,应在3日内予以回复,否则会被关闭 - type: textarea id: feature-description diff --git a/src/apps/com.eg.android.AlipayGphone.ts b/src/apps/com.eg.android.AlipayGphone.ts index 6f967181..55e3f955 100644 --- a/src/apps/com.eg.android.AlipayGphone.ts +++ b/src/apps/com.eg.android.AlipayGphone.ts @@ -169,7 +169,10 @@ export default defineGkdApp({ fastQuery: true, 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="完成"]'], snapshotUrls: [ 'https://i.gkd.li/i/14008852',