mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(乐橙): 开屏广告
This commit is contained in:
24
src/apps/com.mm.android.lc.ts
Normal file
24
src/apps/com.mm.android.lc.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user