Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(和包): 全屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 12, 2024
1 parent 6a0a896 commit 488ad31
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.cmcc.hebao.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.cmcc.hebao',
name: '和包',
groups: [
{
key: 1,
name: '全屏广告-广告弹窗',
desc: '点击关闭',
rules: [
{
key: 0,
activityIds: 'com.cmcc.wallet.mocam.activity.home.WalletHomeActivity',
matches:
'@[clickable=true] > [text="dialog-delete"][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/cb33c5b5-dd2e-4aa9-80d1-f7013f150305',
snapshotUrls: 'https://i.gkd.li/i/14567338',
},
],
},
],
});

0 comments on commit 488ad31

Please sign in to comment.