mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 15:25:08 +08:00
24 lines
551 B
TypeScript
24 lines
551 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.badmintoncn.bbs',
|
|
name: '中羽在线',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '红包弹窗',
|
|
activityIds: 'net.duohuo.magappx.main.IndexTabActivity',
|
|
quickFind: true,
|
|
matches: '[id="com.badmintoncn.bbs:id/iv_close_ad"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13635224',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|