feat(华为智慧搜索): 下拉广告 (#198)

This commit is contained in:
CallMeBill 2023-09-20 11:36:33 +08:00 committed by GitHub
parent 7c0b84efb6
commit ad57a1a905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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'],
},
],
},
],
});