Skip to content

Commit 751bf29

Browse files
committed
feat(乐橙): 开屏广告
1 parent 0d9253f commit 751bf29

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/apps/com.mm.android.lc.ts

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
import { defineAppConfig } from '../types';
2+
3+
export default defineAppConfig({
4+
id: 'com.mm.android.lc',
5+
name: '乐橙',
6+
groups: [
7+
{
8+
key: 0,
9+
name: '开屏广告',
10+
matchTime: 10000,
11+
actionMaximum: 1,
12+
resetMatch: 'app',
13+
rules: [
14+
{
15+
quickFind: true,
16+
matches: '[vid="advert_countdown_view"]',
17+
exampleUrls:
18+
'https://m.gkd.li/57941037/b30750e1-92ca-452b-8467-a0074989ec92',
19+
snapshotUrls: 'https://i.gkd.li/i/14586621',
20+
},
21+
],
22+
},
23+
],
24+
});

0 commit comments

Comments
 (0)