From ea8d87f3bb0bc75567d7a03b04b69b0de727dc17 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:59:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=9A=E6=9C=B5):=20=E5=BC=80=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#2248)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #2242 --- src/apps/com.atour.atourlife.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.atour.atourlife.ts diff --git a/src/apps/com.atour.atourlife.ts b/src/apps/com.atour.atourlife.ts new file mode 100644 index 00000000..60e4d856 --- /dev/null +++ b/src/apps/com.atour.atourlife.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.atour.atourlife', + name: '亚朵', + groups: [ + { + key: 0, + name: '开屏广告', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: '[text*="跳过"][text.length<=10]', + snapshotUrls: 'https://i.gkd.li/import/13400619', + }, + ], +});