mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
commit 73de6ccb8281b8c55e236b9a650eb0942f694ee8 Author: aisouler <zy43220@gmail.com> Date: Wed Jan 24 13:33:39 2024 +0800 feat(WiFi万能钥匙):"好看"页面广告弹窗
36 lines
1.1 KiB
TypeScript
36 lines
1.1 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.snda.wifilocating',
|
|
name: 'WiFi万能钥匙',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '内部广告',
|
|
activityIds: 'com.lantern.launcher.ui.MainActivityICS',
|
|
rules: [
|
|
{
|
|
matches: [
|
|
'[id=`com.snda.wifilocating:id/outer_ad_dislike_item_title`][text=`为什么看到此广告`]',
|
|
'@[id=`com.snda.wifilocating:id/outer_ad_dislike_item_one`] [id=`com.snda.wifilocating:id/outer_ad_dislike_item_title`][text=`不感兴趣`]',
|
|
],
|
|
},
|
|
'ImageView[id=`com.snda.wifilocating:id/feed_item_sdk_logo`] < LinearLayout + [id=`com.snda.wifilocating:id/feed_item_dislike`]',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-"好看"页面广告弹窗',
|
|
desc: '点击X',
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
activityIds: 'com.lantern.start.main.activity.HomeMainActivity',
|
|
matches: '[vid="interstitial_close_iv"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/14032794',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|