diff --git a/src/apps/com.smarlife.qingtong.ts b/src/apps/com.smarlife.qingtong.ts index 5af5ad52..18c8ce84 100644 --- a/src/apps/com.smarlife.qingtong.ts +++ b/src/apps/com.smarlife.qingtong.ts @@ -10,8 +10,19 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', - snapshotUrls: 'https://i.gkd.li/import/13626063', + rules: [ + { + key: 0, + quickFind: true, + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13636044', + }, + { + actionMaximumKey: 0, + matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13626063', + }, + ], }, ], });