feat(漫画人极速版): 弹窗广告 (#3228)

close #3212
This commit is contained in:
walklty 2023-12-24 19:56:38 +08:00 committed by GitHub
parent 5988844fcf
commit 5618fe2b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.jisu.manhua',
name: '漫画人极速版',
groups: [
{
key: 1,
name: '弹窗广告',
quickFind: true,
activityIds: 'com.ilike.cartoon.activities.HomeActivity',
rules: [
{
matches:
'[id="com.jisu.manhua:id/iv_promotion"] + [id="com.jisu.manhua:id/iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13688186',
},
],
},
],
});