From e2d4fb6e1899009955b5aadb4af3597e2b3d966e Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 24 Dec 2023 21:02:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E9=A2=9C=E7=9B=B8=E6=9C=BA):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3391)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.meitu.meiyancamera.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.meitu.meiyancamera.ts diff --git a/src/apps/com.meitu.meiyancamera.ts b/src/apps/com.meitu.meiyancamera.ts new file mode 100644 index 00000000..40110136 --- /dev/null +++ b/src/apps/com.meitu.meiyancamera.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.meitu.meiyancamera', + name: '美颜相机', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13759397', + }, + ], +});