mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(MINO 4K): 弹窗广告 (#2166)
This commit is contained in:
23
src/apps/com.qjy.youqulife.io.ts
Normal file
23
src/apps/com.qjy.youqulife.io.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user