Feat(acfun): 开屏广告 (#2109)

* feat(AcFun): 开屏广告

* chore(actions): check_format_lint

* feat(AcFun): 开屏广告

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: lisonge <i@songe.li>
This commit is contained in:
Zeng Weiyu 2023-11-14 21:11:57 +08:00 committed by GitHub
parent c362707ec0
commit de319f43d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'tv.acfundanmaku.video',
name: 'AcFun',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="tv.acfundanmaku.video:id/splashSkipView"]',
exampleUrls:
'https://m.gkd.li/6328439/1a9541c5-fba7-4ecc-a276-f19a5641df1f',
snapshotUrls: 'https://i.gkd.li/import/13348326',
},
],
},
],
});