Skip to content

Commit

Permalink
feat(自如): 全屏弹窗广告;推荐好友弹窗 (#700)
Browse files Browse the repository at this point in the history
Co-authored-by: AIsouler <[email protected]>
  • Loading branch information
scalpelx and AIsouler authored Jan 10, 2025
1 parent d9ef20a commit 0d33c6c
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/apps/com.ziroom.ziroomcustomer.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 0d33c6c

Please sign in to comment.