feat(水果派): 开屏广告

This commit is contained in:
AIsouler
2024-03-20 21:42:19 +08:00
parent 5448ae7c2b
commit 42584718a6

View 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',
},
],
},
],
});