diff --git a/src/apps/com.cubic.autohome.ts b/src/apps/com.cubic.autohome.ts new file mode 100644 index 00000000..031616fb --- /dev/null +++ b/src/apps/com.cubic.autohome.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.cubic.autohome', + name: '汽车之家', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.cubic.autohome.MainActivity', + rules: '[id="com.cubic.autohome:id/ad_splash_skip"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12660744', + }, + ], +});