diff --git a/src/apps/com.huawei.android.thememanager.ts b/src/apps/com.huawei.android.thememanager.ts index eabc032d..f5b3cc67 100644 --- a/src/apps/com.huawei.android.thememanager.ts +++ b/src/apps/com.huawei.android.thememanager.ts @@ -11,10 +11,16 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: '[text^="跳过"][text.length<=10]', - snapshotUrls: [ - 'https://i.gkd.li/import/12657379', - 'https://i.gkd.li/import/13069736', + rules: [ + { + matches: '[text^="跳过"][text.length<=10]', + action: 'clickCenter', + snapshotUrls: [ + 'https://i.gkd.li/import/12657379', + 'https://i.gkd.li/import/13069736', + 'https://i.gkd.li/import/13762181', + ], + }, ], }, {