feat(华为智慧搜索): 增加一种横幅广告 (#774)

This commit is contained in:
CallMeBill
2023-10-08 23:51:04 +08:00
committed by GitHub
parent 325d8fa5bb
commit 35074eaea1

View File

@@ -7,13 +7,18 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '下拉搜索横幅广告', name: '下拉搜索横幅广告',
activityIds: ['com.huawei.search.HomeActivity'], activityIds: [
'com.huawei.search.HomeActivity',
'com.huawei.search.MainActivity',
],
rules: [ rules: [
{ {
matches: '[id="com.huawei.search:id/iv_topic_close_in_image"]', matches:
'[id="com.huawei.search:id/iv_topic_close_in_image"||id="com.huawei.search:id/iv_topic_left_close"]',
snapshotUrls: [ snapshotUrls: [
'https://gkd-kit.gitee.io/import/12667938', 'https://gkd-kit.gitee.io/import/12667938',
'https://gkd-kit.gitee.io/import/12745008', 'https://gkd-kit.gitee.io/import/12745008',
'https://gkd-kit.gitee.io/import/12841076',
], ],
}, },
{ {