mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
19
src/apps/com.tvbc.maiduidui.ts
Normal file
19
src/apps/com.tvbc.maiduidui.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tvbc.maiduidui',
|
||||
name: '埋堆堆',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '青少年弹窗',
|
||||
quickFind: true,
|
||||
activityIds: 'com.tvbc.maiduidui.MainHomeActivity',
|
||||
matchTime: 10000,
|
||||
resetMatch: 'app',
|
||||
actionMaximum: 1,
|
||||
rules: '@[vid="tv_ok"] - [vid="tv_open_child_model"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13847804',
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user