Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(乐橙): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 13, 2024
1 parent 0d9253f commit 751bf29
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.mm.android.lc.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.mm.android.lc',
name: '乐橙',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches: '[vid="advert_countdown_view"]',
exampleUrls:
'https://m.gkd.li/57941037/b30750e1-92ca-452b-8467-a0074989ec92',
snapshotUrls: 'https://i.gkd.li/i/14586621',
},
],
},
],
});

0 comments on commit 751bf29

Please sign in to comment.