mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(简单搜索): 信息流广告 (#2710)
This commit is contained in:
21
src/apps/com.baidu.searchcraft.ts
Normal file
21
src/apps/com.baidu.searchcraft.ts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.baidu.searchcraft',
|
||||||
|
name: '简单搜索',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '信息流广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '快手广告',
|
||||||
|
activityIds: 'com.baidu.browser.search.LightSearchActivity',
|
||||||
|
matches: '[desc="ad-logo"] + [id="logo-close-btn"][clickable=true]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13520385',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user