mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -9,8 +9,13 @@ export default defineAppConfig({
|
|||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.huawei.android.totemweather.WeatherHome',
|
activityIds: 'com.huawei.android.totemweather.WeatherHome',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
rules: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
rules: [
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12928975',
|
{
|
||||||
|
matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
||||||
|
action: 'clickCenter', // 根据 https://github.com/gkd-kit/subscription/pull/1180#issuecomment-1767735683 反馈,此处使用 clickCenter 事件。
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12928975',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user