mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
24 lines
551 B
TypeScript
24 lines
551 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
id: 'com.qjy.youqulife.io',
|
|
name: 'MINO 4K',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '弹窗广告',
|
|
rules: [
|
|
{
|
|
key: 1,
|
|
name: '快手广告',
|
|
activityIds: 'com.qjy.youqulife.io.MainActivity',
|
|
quickFind: true,
|
|
matches:
|
|
'[text="广告"] <2 ViewGroup -n ViewGroup > ViewGroup > [text="跳过"]',
|
|
snapshotUrls: 'https://i.gkd.li/import/13378653',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|