mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(倒计日): 广告弹窗 (#404)
This commit is contained in:
35
src/apps/com.zhizhou.days.ts
Normal file
35
src/apps/com.zhizhou.days.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.zhizhou.days',
|
||||
name: '倒计日',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '第三方 SDK 广告弹窗',
|
||||
rules: [
|
||||
{
|
||||
name: '穿山甲',
|
||||
activityIds:
|
||||
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||
matches: '[desc^="webview-close"] > View[clickable=true]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727499',
|
||||
},
|
||||
{
|
||||
name: '优量汇-第一类广告',
|
||||
activityIds: 'com.zhizhou.days.activity.MainActivity',
|
||||
matches:
|
||||
'ImageView - LinearLayout - FrameLayout > FrameLayout > ImageView[visibleToUser=true]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727528',
|
||||
},
|
||||
{
|
||||
name: '优量汇-第二类广告',
|
||||
activityIds: 'com.huawei.android.launcher.unihome.UniHomeLauncher',
|
||||
matches:
|
||||
'ImageView - FrameLayout > FrameLayout > FrameLayout > ImageView[visibleToUser=true]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727546',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user