mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
20 lines
467 B
TypeScript
20 lines
467 B
TypeScript
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'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|