mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
24 lines
543 B
TypeScript
24 lines
543 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/import/13635224',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|