mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +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:
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user