mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
40 lines
1.5 KiB
TypeScript
40 lines
1.5 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.vehicles.activities',
|
|
name: '车旺大卡',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '卡片弹窗',
|
|
fastQuery: true,
|
|
activityIds: [
|
|
'com.sinoiov.cwza.discovery.activity.SpyDetailFragmentActivity',
|
|
'com.vehicles.activities.activity.MainActivity',
|
|
'com.sinoiov.cwza.discovery.activity.TrackDetailActivity',
|
|
],
|
|
matches: '[id*="iv_close" || id*="iv_cancle"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13952578',
|
|
'https://i.gkd.li/i/13952509',
|
|
'https://i.gkd.li/i/13952532',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
fastQuery: true,
|
|
activityIds:
|
|
'com.sinoiov.cwza.discovery.activity.DrivingDynamicsActivity',
|
|
matches:
|
|
'@ImageView[childCount=0][text=null][desc=null][id=null][visibleToUser=true][width<90 && height<90] < FrameLayout[childCount=1][text=null][desc=null][id=null][parent.childCount>3] +n FrameLayout >(1,2) [text^="立即" || text="查看详情" || text="了解更多" || text="去微信看看" || text$="第三方应用" || text="进入小程序" || text="领取优惠" || text="跳转微信" || text="下载应用" || text="打开快应用"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13952519',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|