mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(华为智慧搜索): 增加一种横幅广告 (#774)
This commit is contained in:
@@ -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',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user