From b3195ffd23625ff4df1c9a019822a25c4d1d956c Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:08:48 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=80=E5=97=A8=E7=A7=9F=E8=BD=A6):=20?= =?UTF-8?q?=E5=BC=80=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2605)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(一嗨租车):开屏广告 * Update and rename com.vidure.papago.ts to com.ehai.ts close #2602 --- src/apps/com.ehai.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.ehai.ts diff --git a/src/apps/com.ehai.ts b/src/apps/com.ehai.ts new file mode 100644 index 00000000..846464b6 --- /dev/null +++ b/src/apps/com.ehai.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.ehai', + name: '一嗨租车', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13483557', + }, + ], +});