feat(螃蟹账号代售): 开屏广告 (#3389)

This commit is contained in:
Kun Jinkao
2023-12-24 21:01:51 +08:00
committed by GitHub
parent c0c7b3fe64
commit 3a36cc3a07

18
src/apps/pxb7.com.ts Normal file
View File

@@ -0,0 +1,18 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'pxb7.com',
name: '螃蟹账号代售',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13759388',
},
],
});