feat(影视大全): 卡片式广告 (#3086)

This commit is contained in:
Kun Jinkao
2023-12-11 20:47:58 +08:00
committed by GitHub
parent 10da912052
commit 6abe70c3a8

View 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',
},
],
},
],
});