diff --git a/src/apps/com.xhey.xcamera.ts b/src/apps/com.xhey.xcamera.ts new file mode 100644 index 00000000..841a663c --- /dev/null +++ b/src/apps/com.xhey.xcamera.ts @@ -0,0 +1,19 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xhey.xcamera', + name: '今日相机', + groups: [ + { + key: 1, + name: '开屏广告', + activityIds: ['com.xhey.xcamera.ui.camera.picNew.PreviewActivity'], + rules: [ + { + matches: '@LinearLayout > TextView[text^="跳过"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12864144'], + }, + ], + }, + ], +});