mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-17 23:34:57 +08:00
feat: 前程无忧51Job-全屏广告-弹窗广告 #871
This commit is contained in:
24
src/apps/com.job.android.ts
Normal file
24
src/apps/com.job.android.ts
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.job.android',
|
||||||
|
name: '前程无忧51Job',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.pages.apphome.AppHomeActivity',
|
||||||
|
matches: '[vid="ivBack"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/5c1e281a-f5cc-45ff-9799-828f510c78c6',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/19798235',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user