From a1ad84649db510d40c4f21dc1dd1b97a985f2cc9 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:25:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=99=BD=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E6=89=93=E5=8D=B0):=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#29?= =?UTF-8?q?06)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2900 --- src/apps/com.gfd.ecprint.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.gfd.ecprint.ts diff --git a/src/apps/com.gfd.ecprint.ts b/src/apps/com.gfd.ecprint.ts new file mode 100644 index 00000000..9037f16f --- /dev/null +++ b/src/apps/com.gfd.ecprint.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.gfd.ecprint', + name: '小白智慧打印', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]', + snapshotUrls: 'https://i.gkd.li/import/13579102', + }, + ], +});