feat(莆鱼网): 开屏广告 (#3396)

This commit is contained in:
Kun Jinkao
2023-12-24 21:05:22 +08:00
committed by GitHub
parent a4a5e539c0
commit 6b10fa29cb

View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.ptfish.forum',
name: '莆鱼网',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13759479',
},
],
});