diff --git a/src/apps/com.iflytek.inputmethod.ts b/src/apps/com.iflytek.inputmethod.ts index 54e8fc38..38051357 100644 --- a/src/apps/com.iflytek.inputmethod.ts +++ b/src/apps/com.iflytek.inputmethod.ts @@ -8,20 +8,23 @@ export default defineAppConfig({ key: 0, name: '开屏广告', desc: '点击右上方跳过按钮', - matchLauncher: true, - activityIds: - 'com.iflytek.inputmethod.settingsnew.splash.activity.NewSplashActivity', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', rules: [ { key: 0, - matches: '[id="com.iflytek.inputmethod.settingsnew:id/ll_skip"]', + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', snapshotUrls: 'https://i.gkd.li/import/12906597', }, { - key: 1, - matches: - '[id="com.iflytek.inputmethod.minigame:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13054922', + actionMaximumKey: 0, + matches: '[id$="tt_splash_skip_btn"]', + snapshotUrls: [ + 'https://i.gkd.li/import/13054922', + 'https://i.gkd.li/import/13635665', + ], }, ], },