mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
22 lines
511 B
TypeScript
22 lines
511 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|