feat(果冻宝盒): 开屏广告 (#2825)

close #2824
This commit is contained in:
adproqwq
2023-12-05 20:33:40 +08:00
committed by GitHub
parent 8d413b772d
commit e94c278ea2

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.guodongbaohe.app',
name: '果冻宝盒',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: '[text*="跳过"][id="com.guodongbaohe.app:id/time"]',
snapshotUrls: 'https://i.gkd.li/import/13543323',
},
],
});