mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
33 lines
936 B
TypeScript
33 lines
936 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.baidu.searchbox',
|
|
name: '百度',
|
|
deprecatedKeys: [0],
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-红包弹窗',
|
|
desc: '点击关闭',
|
|
rules: [
|
|
{
|
|
activityIds: 'com.baidu.searchbox.MainActivity',
|
|
matches: '[text^="看视频"] -2 ImageView[index=4]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13806848',
|
|
},
|
|
{
|
|
activityIds: 'com.baidu.searchbox.MainActivity',
|
|
matches:
|
|
'[id="android:id/content"] >2 LinearLayout[childCount=2] > ImageView[index=1]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13988536',
|
|
},
|
|
{
|
|
activityIds: 'com.baidu.searchbox.MainActivity',
|
|
matches: 'ViewGroup[childCount=7] > ImageView[index=1]',
|
|
snapshotUrls: 'https://i.gkd.li/i/14034223',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|