From d246047ef426610ce81c66a8896e6e822a563971 Mon Sep 17 00:00:00 2001 From: pyz Date: Mon, 11 Dec 2023 21:13:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=B4=A2=E8=81=94=E7=A4=BE):=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#3090)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(财联社):开屏广告 * feat(财联社):开屏广告 * feat(财联社): 开屏广告 --------- Co-authored-by: lisonge --- src/apps/com.lanjinger.choiassociatedpress.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/apps/com.lanjinger.choiassociatedpress.ts diff --git a/src/apps/com.lanjinger.choiassociatedpress.ts b/src/apps/com.lanjinger.choiassociatedpress.ts new file mode 100644 index 00000000..bbca8494 --- /dev/null +++ b/src/apps/com.lanjinger.choiassociatedpress.ts @@ -0,0 +1,18 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.lanjinger.choiassociatedpress', + name: '财联社', + groups: [ + { + key: 0, + name: '开屏广告', + matchTime: 10000, + quickFind: true, + resetMatch: 'app', + actionMaximum: 1, + rules: '[id="com.lanjinger.choiassociatedpress:id/iv_skip"]', + snapshotUrls: 'https://i.gkd.li/import/13627807', + }, + ], +});