mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat(京东): 开屏广告
This commit is contained in:
15
src/apps/com.jingdong.app.mall.ts
Normal file
15
src/apps/com.jingdong.app.mall.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user