From 99aa08f6a6e33226b462671f16e450f59ec3f1b0 Mon Sep 17 00:00:00 2001 From: tiygu <99116490+tiygu@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:09:44 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E5=8D=96=E9=83=A8=E9=80=86?= =?UTF-8?q?=E8=A2=AD=E8=AE=B0):=20=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2228)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create com.dz.xmbnxj.ts * Update com.dz.xmbnxj.ts --------- Co-authored-by: 二刺螈 --- src/apps/com.dz.xmbnxj.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.dz.xmbnxj.ts diff --git a/src/apps/com.dz.xmbnxj.ts b/src/apps/com.dz.xmbnxj.ts new file mode 100644 index 00000000..0662a8ee --- /dev/null +++ b/src/apps/com.dz.xmbnxj.ts @@ -0,0 +1,22 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.dz.xmbnxj', + name: '小卖部逆袭记', + groups: [ + { + key: 1, + name: '底部卡片广告', + rules: [ + { + activityIds: 'com.lynx.boot.LynxActivity', + quickFind: true, + matches: '[id="com.dz.xmbnxj:id/mix_img_close"]', + exampleUrls: + 'https://m.gkd.li/99116490/40d3c3c9-9443-4c71-9a98-69efa38f8bfd', + snapshotUrls: 'https://i.gkd.li/import/13399232', + }, + ], + }, + ], +});