mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 20:43:44 +08:00
parent
f0362d9a4b
commit
9ed4d404ec
|
@ -9,8 +9,13 @@ export default defineAppConfig({
|
|||
name: '开屏广告',
|
||||
activityIds: 'com.huawei.android.totemweather.WeatherHome',
|
||||
matchLauncher: true,
|
||||
rules: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]',
|
||||
rules: [
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user