mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
40 lines
939 B
TypeScript
40 lines
939 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.huawei.health',
|
|
name: '华为运动健康',
|
|
groups: [
|
|
{
|
|
key: 0,
|
|
name: '开屏广告',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
quickFind: true,
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
matches: '[id$="hiad_skip_text"]',
|
|
action: 'clickCenter',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/import/12667766',
|
|
'https://i.gkd.li/import/13215012',
|
|
'https://i.gkd.li/import/13228290',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '“我的”页会员广告',
|
|
activityIds: ['com.huawei.health.MainActivity'],
|
|
rules: [
|
|
{
|
|
matches: '[id="com.huawei.health:id/item_banner_ad_close_icon"]',
|
|
snapshotUrls: ['https://i.gkd.li/import/12667814'],
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|