From 56d7942b099874e16cf902efece37d75e9fbb617 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 27 Sep 2023 21:52:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B0=8F=E7=BA=A2=E4=B9=A6):=20=E5=BC=80?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#421)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xingin.xhs.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/apps/com.xingin.xhs.ts diff --git a/src/apps/com.xingin.xhs.ts b/src/apps/com.xingin.xhs.ts new file mode 100644 index 00000000..5ca18768 --- /dev/null +++ b/src/apps/com.xingin.xhs.ts @@ -0,0 +1,15 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.xingin.xhs', + name: '小红书', + groups: [ + { + key: 0, + name: '开屏广告', + activityIds: 'com.xingin.xhs.index.v2.IndexActivityV2', + rules: '[text="广告"] - @FrameLayout > [text="跳过"]', + snapshotUrls: 'https://gkd-kit.songe.li/import/12739065', + }, + ], +});