mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(影视大全): 卡片式广告 (#3086)
This commit is contained in:
22
src/apps/com.le123.ysdq.ts
Normal file
22
src/apps/com.le123.ysdq.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.le123.ysdq',
|
||||||
|
name: '影视大全',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '卡片式广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds:
|
||||||
|
'com.elinkway.infinitemovies.ui.activity.NewMainActivity',
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[id="com.le123.ysdq:id/ad_close_iv"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13635244',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user