From 11fefc77ce69f4399610e1cdad8ffde46cb1b8d4 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 27 Mar 2025 20:13:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=97=E6=84=BF=E6=B1=87-=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=8F=90=E7=A4=BA=E3=80=81=E9=80=9A=E7=9F=A5=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=20#789?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zzw.october.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/apps/com.zzw.october.ts b/src/apps/com.zzw.october.ts index 5770bfb6..1bd085c5 100644 --- a/src/apps/com.zzw.october.ts +++ b/src/apps/com.zzw.october.ts @@ -29,5 +29,38 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '更新提示', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: '[vid="dialog_de"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/f80b0ecb-a704-495d-9afc-c1ffcba2108f', + snapshotUrls: 'https://i.gkd.li/i/19485921', + }, + ], + }, + { + key: 4, + name: '通知提示-志愿者保险提示弹窗', + desc: '点击[暂不领取]', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.MainActivity', + matches: '[text="暂不领取"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/fe4b163a-bb6c-4337-b095-4bdf1219e9b2', + snapshotUrls: 'https://i.gkd.li/i/19485920', + }, + ], + }, ], });