mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
26 lines
605 B
TypeScript
26 lines
605 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.zzw.october',
|
|
name: '志愿汇',
|
|
groups: [
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-弹窗广告',
|
|
activityIds: ['com.zzw.october.MainActivity'],
|
|
rules: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
matches:
|
|
'[id="com.zzw.october:id/interact_ad_root"] >n ImageView[id="com.zzw.october:id/iv_close"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/12842675',
|
|
'https://i.gkd.li/i/12869369',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|