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'], + }, + ], + }, + ], +});