feat: 移除APP开屏广告

This commit is contained in:
lisonge
2024-01-03 01:06:35 +08:00
parent 828d47d923
commit 6ba96865b4
703 changed files with 114 additions and 11393 deletions

View File

@@ -1,24 +0,0 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.xiaofeiji.app.disk',
name: '小飞机网盘',
groups: [
{
name: '开屏广告',
key: 0,
actionMaximum: 1,
resetMatch: 'app',
matchTime: 10000,
rules: [
{
matches: ['[desc$="跳过"]'],
snapshotUrls: ['https://i.gkd.li/import/13554076'],
exampleUrls: [
'https://m.gkd.li/58279234/edf4bbb4-889e-48cb-b54b-f4bc0a2929fb',
],
},
],
},
],
});