mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(水果派): 开屏广告
This commit is contained in:
23
src/apps/com.ruYUVE.bgGRHf.ts
Normal file
23
src/apps/com.ruYUVE.bgGRHf.ts
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.ruYUVE.bgGRHf',
|
||||||
|
name: '水果派',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
action: 'clickCenter',
|
||||||
|
forcedTime: 10000, // 该软件开屏广告5秒后才出现跳过按钮
|
||||||
|
matches: '[desc="关闭广告"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/14667107',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user