mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 18:25:15 +08:00
feat(小红帽): 全屏广告-广告弹窗
This commit is contained in:
24
src/apps/com.didi.live.spring.ts
Normal file
24
src/apps/com.didi.live.spring.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.didi.live.spring',
|
||||
name: '小红帽',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '全屏广告-广告弹窗',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds:
|
||||
'com.qennnsad.aknkaksd.presentation.ui.MainContainerActivity',
|
||||
matches: '[vid="dialog_hall_iv_close"]',
|
||||
exampleUrls:
|
||||
'https://m.gkd.li/57941037/0d0a2a0a-b9de-4f30-9e25-a0e3b3c111d6',
|
||||
snapshotUrls: 'https://i.gkd.li/import/14341955',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user