From 44f19d82bff6846c0c99213f7ac74ca7f977de95 Mon Sep 17 00:00:00 2001 From: Jason Koo Date: Thu, 21 Sep 2023 21:05:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=89=E6=98=9F=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=95=86=E5=BA=97):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(三星应用商店): 开屏广告 * docs(三星应用商店): 修改规则名字 * chore: 优化 --------- Co-authored-by: lisonge --- src/apps/com.sec.android.app.samsungapps.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.sec.android.app.samsungapps.ts diff --git a/src/apps/com.sec.android.app.samsungapps.ts b/src/apps/com.sec.android.app.samsungapps.ts new file mode 100644 index 00000000..46ccd94b --- /dev/null +++ b/src/apps/com.sec.android.app.samsungapps.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.sec.android.app.samsungapps', + name: '三星应用商店', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: ['com.sec.android.app.samsungapps.notipopup.WebViewPopup'], + rules: [ + { + matches: '[id="com.sec.android.app.samsungapps:id/skip"]', + snapshotUrls: ['https://gkd-kit.songe.li/import/12674484'], + }, + ], + }, + ], +});