From ed9c53d3fc36fad24e732824eca963588fa0c9ea Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 4 Nov 2024 09:31:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=89=E6=98=9F=E7=94=9F=E6=B4=BB?= =?UTF-8?q?=E5=8A=A9=E6=89=8B):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A-?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(#459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.samsung.android.app.sreminder.ts | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.samsung.android.app.sreminder.ts diff --git a/src/apps/com.samsung.android.app.sreminder.ts b/src/apps/com.samsung.android.app.sreminder.ts new file mode 100644 index 00000000..da70467a --- /dev/null +++ b/src/apps/com.samsung.android.app.sreminder.ts @@ -0,0 +1,25 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.samsung.android.app.sreminder', + name: '三星生活助手', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.popupconfig.PopupConfigActivity', + matches: '[vid="cancel_iv"]', + exampleUrls: 'https://e.gkd.li/428ddc56-fff5-401d-a08e-2fcfc4bb4510', + snapshotUrls: 'https://i.gkd.li/i/17611025', + }, + ], + }, + ], +});