diff --git a/src/apps/com.kuaitong.driver.ts b/src/apps/com.kuaitong.driver.ts new file mode 100644 index 00000000..e8569782 --- /dev/null +++ b/src/apps/com.kuaitong.driver.ts @@ -0,0 +1,27 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.kuaitong.driver', + name: '快通驾考', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'io.dcloud.PandoraEntry', + matchLauncher: true, + rules: [ + { + key: 0, + matches: '[id="com.kuaitong.driver:id/ksad_splash_circle_skip_view"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13059956', + }, + { + key: 1, + matches: + '[id="com.kuaitong.driver:id/ad_dcloud_splash_container"] >n [text="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13059954', + }, + ], + }, + ], +});