mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(CamHipro): 局部广告-卡片广告
This commit is contained in:
21
src/apps/com.hichip.campro.ts
Normal file
21
src/apps/com.hichip.campro.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.hichip.campro',
|
||||
name: 'CamHipro',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '局部广告-卡片广告',
|
||||
desc: '点击关闭',
|
||||
rules: [
|
||||
{
|
||||
quickFind: true,
|
||||
activityIds: 'main.MainActivity',
|
||||
matches: '[vid="iv_close_ad"]',
|
||||
snapshotUrls: 'https://i.gkd.li/i/15847732',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user