mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-17 00:53:44 +08:00
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:
parent
c362707ec0
commit
de319f43d7
24
src/apps/tv.acfundanmaku.video.ts
Normal file
24
src/apps/tv.acfundanmaku.video.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user