From f7a62ae27ba44bd2ec151037784f8a9cf21fce5b Mon Sep 17 00:00:00 2001 From: walklty <47232102+walklty@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:25:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E7=9B=B8=E6=9C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#909)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.xhey.xcamera.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] --- src/apps/com.xhey.xcamera.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/apps/com.xhey.xcamera.ts 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'], + }, + ], + }, + ], +});