feat(文叔叔):开屏广告 (#3330)

close #3292
This commit is contained in:
jiuqianyuan 2023-12-24 20:38:20 +08:00 committed by GitHub
parent 132407c63a
commit 4dfb9f6404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.wenshushu.app.android',
name: '文叔叔',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[desc*="跳过"][desc.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13703315',
},
],
});