mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(京东养车): 全屏广告-弹窗广告 (#667)
This commit is contained in:
26
src/apps/com.jdcar.jch.ts
Normal file
26
src/apps/com.jdcar.jch.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.jdcar.jch',
|
||||
name: '京东养车',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-弹窗广告',
|
||||
desc: '点击关闭',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
activityIds: 'com.jingdong.app.mall.MainFrameActivity',
|
||||
matches:
|
||||
'[id="com.jd.jdjch.lib.aurahome.feature:id/img_close"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/70efe1ea-0456-4438-b046-3494393191d7',
|
||||
snapshotUrls: 'https://i.gkd.li/i/18287988',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user