From ff6458ab29b6ecb64b17c34cf577e0ac0b89464c Mon Sep 17 00:00:00 2001 From: Frank Zhang Date: Thu, 2 Nov 2023 22:13:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=83=E9=81=93=E7=BB=8F=E7=BA=AC?= =?UTF-8?q?=E7=9B=B8=E6=9C=BA):=20=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#1752)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(元道经纬相机): 开屏广告 * chore(actions): check_format_lint * feat(元道经纬相机): 开屏广告 --------- Co-authored-by: github-actions[bot] Co-authored-by: lisonge --- src/apps/com.ydtx.camera.ts | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/apps/com.ydtx.camera.ts diff --git a/src/apps/com.ydtx.camera.ts b/src/apps/com.ydtx.camera.ts new file mode 100644 index 00000000..4f641d71 --- /dev/null +++ b/src/apps/com.ydtx.camera.ts @@ -0,0 +1,25 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ydtx.camera', + name: '元道经纬相机', + groups: [ + { + key: 1, + name: '开屏广告', + quickFind: true, + actionMaximum: 1, + matchTime: 10000, + resetMatch: 'app', + rules: [ + { + matches: '[text*="跳过"][text.length<=10]', + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/13234627', + 'https://gkd-kit.gitee.io/import/13226708', + ], + }, + ], + }, + ], +});