From f285d047244f93e717381da0b06559a9baf2b6a3 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:37:01 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat(=E5=B0=8F=E7=B1=B3=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1)=20=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xiaomi.gamecenter.sdk.service.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/apps/com.xiaomi.gamecenter.sdk.service.ts diff --git a/src/apps/com.xiaomi.gamecenter.sdk.service.ts b/src/apps/com.xiaomi.gamecenter.sdk.service.ts new file mode 100644 index 00000000..a62f4244 --- /dev/null +++ b/src/apps/com.xiaomi.gamecenter.sdk.service.ts @@ -0,0 +1,17 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xiaomi.gamecenter.sdk.service', + name: '小米游戏服务', + groups: [ + { + key: 1, + name: '更新提示', + quickFind: true, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="升级提示"] < * + [vid="btn_close"]', + snapshotUrls: 'https://i.gkd.li/import/14188929', + }, + ], +}); From 172dabe60cba4933d2d90288ff80c83d5d804f47 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:03:12 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat(=E5=BE=AE=E4=BF=A1=E8=AF=BB=E4=B9=A6)?= =?UTF-8?q?=20=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA=EF=BC=88=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.weread.ts | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/src/apps/com.tencent.weread.ts b/src/apps/com.tencent.weread.ts index e94122c1..b92a03ff 100644 --- a/src/apps/com.tencent.weread.ts +++ b/src/apps/com.tencent.weread.ts @@ -6,29 +6,35 @@ export default defineAppConfig({ groups: [ { key: 1, - name: '通知提示-请求系统推送弹窗', - desc: '点击取消', - quickFind: true, - actionMaximum: 1, - matchTime: 30000, - resetMatch: 'app', - activityIds: [ - 'com.tencent.weread.module.bottomSheet.BottomSheetForFragment', - 'com.tencent.weread.WeReadFragmentActivity', - ], + name: '通知提示-开启推送通知', rules: [ { + key: 0, + name: '通知提示-开启推送通知提示弹窗', + quickFind: true, + actionMaximum: 1, + matchTime: 30000, + resetMatch: 'app', matches: '[id="com.tencent.weread:id/open_notification_close"]', snapshotUrls: [ 'https://i.gkd.li/import/12642247', 'https://i.gkd.li/import/13233735', ], }, + { + key: 1, + name: '通知提示-开启推送通知提示信息', + actionMaximum: 1, + resetMatch: 'app', + matches: + '[text="开启推送通知"] +3 [clickable=true][visibleToUser=true]', + snapshotUrls: 'https://i.gkd.li/import/14190089', + }, ], }, { key: 2, - name: '青少年模式', + name: '青少年模式弹窗', quickFind: true, actionMaximum: 1, matchTime: 30000, From 6f51486fdb959356655664e5557531b96e4b7dcd Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:06:50 +0800 Subject: [PATCH 3/4] rename --- src/apps/com.tencent.weread.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/com.tencent.weread.ts b/src/apps/com.tencent.weread.ts index b92a03ff..cb4d4531 100644 --- a/src/apps/com.tencent.weread.ts +++ b/src/apps/com.tencent.weread.ts @@ -34,7 +34,7 @@ export default defineAppConfig({ }, { key: 2, - name: '青少年模式弹窗', + name: '青少年模式', quickFind: true, actionMaximum: 1, matchTime: 30000, From 5c46a5bbebf4691eac3da28378ce07deab83c416 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:09:50 +0800 Subject: [PATCH 4/4] =?UTF-8?q?feat(=E5=BE=AE=E9=9F=B3=E4=B9=90)=20?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.wzsykj.wei.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.wzsykj.wei.ts b/src/apps/com.wzsykj.wei.ts index bfb3bf66..5739b7e3 100644 --- a/src/apps/com.wzsykj.wei.ts +++ b/src/apps/com.wzsykj.wei.ts @@ -10,12 +10,22 @@ export default defineAppConfig({ desc: '点击关闭', rules: [ { + key: 0, + name: '快手广告', activityIds: 'com.zhouyu.music.activities.MainActivity', matches: 'ViewGroup[childCount=5] > ViewGroup[index=2] > ViewGroup', exampleUrls: 'https://m.gkd.li/57941037/223a7872-d80b-44c9-865a-8d9b4cb9684e', snapshotUrls: 'https://i.gkd.li/import/14155635', }, + { + key: 1, + name: '腾讯广告', + activityIds: 'com.zhouyu.music.activities.MainActivity', + matches: + 'ImageView - LinearLayout - FrameLayout > FrameLayout[index=2][childCount=1] > ImageView[childCount=0]', + snapshotUrls: 'https://i.gkd.li/import/14190190', + }, ], }, ],