mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(三星应用商店): 开屏广告 (#220)
* feat(三星应用商店): 开屏广告 * docs(三星应用商店): 修改规则名字 * chore: 优化 --------- Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
19
src/apps/com.sec.android.app.samsungapps.ts
Normal file
19
src/apps/com.sec.android.app.samsungapps.ts
Normal file
@@ -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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user