diff --git a/src/apps/com.ss.android.auto.ts b/src/apps/com.ss.android.auto.ts new file mode 100644 index 00000000..45702d89 --- /dev/null +++ b/src/apps/com.ss.android.auto.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ss.android.auto', + name: '懂车帝', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.ss.android.auto.activity.SplashActivity', + rules: 'TextView[text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12605327', + }, + ], +});