mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
feat(自如): 全屏弹窗广告;推荐好友弹窗 (#700)
Co-authored-by: AIsouler <zy43220@gmail.com>
This commit is contained in:
41
src/apps/com.ziroom.ziroomcustomer.ts
Normal file
41
src/apps/com.ziroom.ziroomcustomer.ts
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'com.ziroom.ziroomcustomer',
|
||||||
|
name: '自如',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.MainActivity',
|
||||||
|
matches: '[vid="tv_ok"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/c6507af4-1bb2-4c39-ab5d-3d04ec391291',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18373198',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
name: '全屏广告-推荐好友弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds: '.MainActivity',
|
||||||
|
matches: '[vid="iv_nps_close"][visibleToUser=true]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/808f8c61-211f-4592-abe5-21467c133ba6',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/18373218',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user