From d83c0224f0f1dfbb66e69f39d3329f26330cf3df Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:53:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BE=8E=E4=B9=8B=E5=9B=BE):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1847)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat 开屏广告 * feat(美之图): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.mmzztt.app.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.mmzztt.app.ts diff --git a/src/apps/com.mmzztt.app.ts b/src/apps/com.mmzztt.app.ts new file mode 100644 index 00000000..be6d8692 --- /dev/null +++ b/src/apps/com.mmzztt.app.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mmzztt.app', + name: '美之图', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text="跳过"]', + snapshotUrls: 'https://i.gkd.li/import/13258832', + }, + ], +});