mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
28 lines
791 B
TypeScript
28 lines
791 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.mj.mjyd',
|
|
name: '追漫大全',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '全屏广告-弹窗广告',
|
|
quickFind: true,
|
|
activityIds:
|
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Activity_T',
|
|
rules: [
|
|
{
|
|
matches:
|
|
'@ImageView < FrameLayout[childCount=1] <2 FrameLayout[childCount=6] >3 [text="立即下载"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12877729',
|
|
},
|
|
{
|
|
matches:
|
|
'@ImageView < FrameLayout[childCount=1] <3 FrameLayout[childCount=5] <3 FrameLayout[childCount=5] >3 [text="立即下载"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/12895086',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|