diff --git a/src/apps/com.pingan.carowner.ts b/src/apps/com.pingan.carowner.ts new file mode 100644 index 00000000..62d6245b --- /dev/null +++ b/src/apps/com.pingan.carowner.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.pingan.carowner', + name: '平安好车主', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.pingan.carowner.activity.SplashActivity', + rules: '[id="com.pingan.carowner:id/splash_time_tv"][text^="跳过"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/12727845', + }, + ], +});