From d2e0621b41ee8d3be3fd1163ab4dc522fcdf0f4b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 1 Mar 2024 18:18:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BF=BC=E6=94=AF=E4=BB=98):=20=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E7=AD=BE=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.chinatelecom.bestpayclient.ts | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/apps/com.chinatelecom.bestpayclient.ts b/src/apps/com.chinatelecom.bestpayclient.ts index 56aaa261..c9da68a4 100644 --- a/src/apps/com.chinatelecom.bestpayclient.ts +++ b/src/apps/com.chinatelecom.bestpayclient.ts @@ -110,5 +110,30 @@ export default defineAppConfig({ 'https://i.gkd.li/i/13625037', //修改规则,避免在此误触 ], }, + { + key: 6, + name: '功能类-自动签到', + desc: '点击[立即打卡]-关闭弹窗', + rules: [ + { + key: 0, + action: 'clickCenter', + activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', + matches: '[text^="已连续签到"] +12 * >2 Image[visibleToUser=true]', + exampleUrls: + 'https://m.gkd.li/57941037/8fd8a0ce-90a3-460b-9882-33fdb55cbca4', + snapshotUrls: 'https://i.gkd.li/i/14459643', + }, + { + preKeys: 0, + key: 1, + activityIds: 'com.alipay.mobile.nebulacore.ui.H5Activity', + matches: '[text="明日签到可得惊喜盲盒"] <2 View + View > Image', + exampleUrls: + 'https://m.gkd.li/57941037/31296e53-7d32-405b-b8ae-25855a02291d', + snapshotUrls: 'https://i.gkd.li/i/14459494', + }, + ], + }, ], });