mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
25 lines
552 B
TypeScript
25 lines
552 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|