feat(小红书): 开屏广告 (#421)

This commit is contained in:
Kun Jinkao
2023-09-27 21:52:43 +08:00
committed by GitHub
parent 03723d3187
commit 56d7942b09

View File

@@ -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',
},
],
});