mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22 lines
469 B
TypeScript
22 lines
469 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.pmph.irenwei',
|
|
name: '人卫',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
quickFind: true,
|
|
name: '全屏广告-抽奖弹窗',
|
|
desc: '点击X',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.pmph.main.ad.AdActivity',
|
|
matches: '[id="com.pmph.irenwei:id/iv_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13897421',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|