From 2ef25c800930f804eb1b7dc5f2f8d1f230a82928 Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:44:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=9D=92=E5=B2=9B=E5=85=AC=E4=BA=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2):=20=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2546)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(青岛公交查询): 开屏广告 * Update com.qingdaonews.bus.ts --------- Co-authored-by: 二刺螈 close #2545 --- src/apps/com.qingdaonews.bus.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.qingdaonews.bus.ts diff --git a/src/apps/com.qingdaonews.bus.ts b/src/apps/com.qingdaonews.bus.ts new file mode 100644 index 00000000..4340c021 --- /dev/null +++ b/src/apps/com.qingdaonews.bus.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.qingdaonews.bus', + name: '青岛公交查询', + groups: [ + { + key: 0, + name: '弹窗广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: [ + { + matches: '[id="com.qingdaonews.bus:id/iv_native_dislike"]', + snapshotUrls: 'https://i.gkd.li/import/13467193', + }, + ], + }, + ], +});