mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(企查查): 全屏广告-VIP弹窗
This commit is contained in:
22
src/apps/com.android.icredit.ts
Normal file
22
src/apps/com.android.icredit.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.android.icredit',
|
||||||
|
name: '企查查',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-VIP弹窗',
|
||||||
|
desc: '点击关闭',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
activityIds: 'com.android.icredit.ui.MainMenuActivity',
|
||||||
|
matches: '[text$="限时返场"] >3 Image',
|
||||||
|
exampleUrls:
|
||||||
|
'https://m.gkd.li/57941037/eb232325-12e4-495f-a9f3-5f853d5e66f9',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14720494',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user