mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(三星生活助手): 全屏广告-弹窗广告 (#459)
This commit is contained in:
25
src/apps/com.samsung.android.app.sreminder.ts
Normal file
25
src/apps/com.samsung.android.app.sreminder.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user