mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(小红书): 开屏广告 (#421)
This commit is contained in:
15
src/apps/com.xingin.xhs.ts
Normal file
15
src/apps/com.xingin.xhs.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user