Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(餐大大): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 29, 2024
1 parent b604e7c commit 81bfeb5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.csmbcx.candada.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.csmbcx.candada',
name: '餐大大',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
resetMatch: 'app',
actionMaximum: 1,
rules: '[vid="flContainer"] >n View[clickable=true]',
snapshotUrls: 'https://i.gkd.li/import/14079762',
},
],
});

0 comments on commit 81bfeb5

Please sign in to comment.