diff --git a/src/apps/com.huawei.android.totemweather.ts b/src/apps/com.huawei.android.totemweather.ts index 3e666024..fee372a7 100644 --- a/src/apps/com.huawei.android.totemweather.ts +++ b/src/apps/com.huawei.android.totemweather.ts @@ -7,15 +7,21 @@ export default defineAppConfig({ { key: 0, name: '开屏广告', - quickFind: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { - matches: '[id="com.huawei.hms.ads.uiengine:id/hiad_skip_text"]', + quickFind: true, + matches: [ + '[id="com.huawei.android.totemweather:id/rl_splash_container"]', + '[text.length<=4][text^="跳过"]', // 无法使用 quickFind + ], action: 'clickCenter', // 根据 https://github.com/gkd-kit/subscription/pull/1180#issuecomment-1767735683 反馈,此处使用 clickCenter 事件。 - snapshotUrls: 'https://gkd-kit.gitee.io/import/12928975', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12928975', + 'https://gkd-kit.gitee.io/import/13226636', + ], }, ], },