mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
43 lines
1.1 KiB
TypeScript
43 lines
1.1 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.fiveplay',
|
|
name: '5EPlay',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '权限提示-通知权限',
|
|
desc: '点击关闭',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
fastQuery: true,
|
|
activityIds: '.sihp_homepage.module.main.Main2Activity',
|
|
matches: '@[vid="iv_close"] - * > [text="打开消息推送"]',
|
|
exampleUrls:
|
|
'https://m.gkd.li/57941037/020e18ab-1bf1-4639-b32a-777719881dcb',
|
|
snapshotUrls: 'https://i.gkd.li/i/14680645',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '局部广告-首页右下角浮窗',
|
|
desc: '点击关闭',
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
fastQuery: true,
|
|
activityIds: '.sihp_homepage.module.main.Main2Activity',
|
|
matches: '[id="com.fiveplay:id/iv_ad_float_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/16825082',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|