mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
25 lines
636 B
TypeScript
25 lines
636 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.baidutieba.davy',
|
|
name: '贴吧一键签到大师',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-内部弹窗广告',
|
|
activityIds: 'com.davy.commonlibrary.utils.DialogUtil',
|
|
rules: [
|
|
{
|
|
matches: '[id="com.baidutieba.davy:id/exit"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12504289',
|
|
},
|
|
{
|
|
matches: '[id="com.baidutieba.davy:id/mimo_interstitial_close_img"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12504291',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|