feat(京东): 开屏广告

This commit is contained in:
lisonge
2023-09-05 14:11:08 +08:00
parent 30445aef14
commit 552ca15d09

View File

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