Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(京东): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Sep 5, 2023
1 parent 30445ae commit 552ca15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/apps/com.jingdong.app.mall.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.jingdong.app.mall',
name: '京东',
groups: [
{
key: 0,
name: '开屏广告',
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
rules: '[desc$="广告"] +2 [desc="跳过"] > [text="跳过"]',
snapshotUrls: 'https://gkd-kit.gitee.io/import/12519430',
},
],
});

0 comments on commit 552ca15

Please sign in to comment.