mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(和包): 全屏广告
This commit is contained in:
24
src/apps/com.cmcc.hebao.ts
Normal file
24
src/apps/com.cmcc.hebao.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user