mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 22:13:40 +08:00
feat(华为智慧搜索): 下拉广告 (#198)
This commit is contained in:
parent
7c0b84efb6
commit
ad57a1a905
19
src/apps/com.huawei.search.ts
Normal file
19
src/apps/com.huawei.search.ts
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.huawei.search',
|
||||||
|
name: '华为智慧搜索',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '下拉搜索横幅广告',
|
||||||
|
activityIds: ['com.huawei.search.HomeActivity'],
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[id="com.huawei.search:id/iv_topic_close_in_image"]',
|
||||||
|
snapshotUrls: ['https://gkd-kit.gitee.io/import/12667938'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user