mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 17:55:12 +08:00
26
src/apps/com.baidu.tieba_mini.ts
Normal file
26
src/apps/com.baidu.tieba_mini.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
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://gkd-kit.gitee.io/import/12905039',
|
||||
},
|
||||
{
|
||||
preKeys: 0,
|
||||
key: 1,
|
||||
matches: '[text="屏蔽广告"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/12904633'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user