mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
67 lines
1.9 KiB
TypeScript
67 lines
1.9 KiB
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.soft.blued',
|
|
name: 'Blued',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片式广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
quickFind: true,
|
|
activityIds: [
|
|
'com.blued.android.core.ui.TerminalActivity',
|
|
'com.soft.blued.ui.home.HomeActivity',
|
|
],
|
|
matches:
|
|
'[id="com.soft.blued:id/fl_main"] [id="com.soft.blued:id/img_close"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12777097',
|
|
'https://i.gkd.li/i/13694950',
|
|
'https://i.gkd.li/i/13699455', // activityIds: 'com.soft.blued.ui.home.HomeActivity',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
activityIds: 'com.soft.blued.ui.home.HomeActivity',
|
|
matches: '[id="com.soft.blued:id/ad_option"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/65ee5632-c54b-4ef6-95e9-e57582ff7017',
|
|
snapshotUrls: 'https://i.gkd.li/i/14149470',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-购买动态投放弹窗',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.blued.android.core.ui.TerminalActivity',
|
|
quickFind: true,
|
|
matches: '[id="com.soft.blued:id/iv_close"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/37ea59cf-9606-4cd6-a74a-84f353f07975',
|
|
snapshotUrls: 'https://i.gkd.li/i/14157519',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 3,
|
|
name: '全屏广告-会员活动弹窗',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
activityIds: 'com.blued.android.core.ui.TransparentActivity',
|
|
quickFind: true,
|
|
matches: '[vid="blued_ad_layout"] + [vid="img_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14310618',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|