mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
27 lines
655 B
TypeScript
27 lines
655 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.baidu.tieba_mini',
|
|
name: '贴吧极速版',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '分段广告-首页信息流广告',
|
|
activityIds: ['com.baidu.tieba.tblauncher.MainTabActivity'],
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: 'LinearLayout > [text="广告"] + ImageView',
|
|
snapshotUrls: 'https://i.gkd.li/import/12905039',
|
|
},
|
|
{
|
|
preKeys: 0,
|
|
key: 1,
|
|
matches: '[text="屏蔽广告"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12904633'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|