diff --git a/src/apps/com.hundsun.winner.pazq.ts b/src/apps/com.hundsun.winner.pazq.ts new file mode 100644 index 00000000..33225a75 --- /dev/null +++ b/src/apps/com.hundsun.winner.pazq.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.hundsun.winner.pazq', + name: '平安证券', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.hundsun.winner.pazq:id/tv_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13508287', + }, + ], + }, + ], +});