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

Commit

Permalink
feat(北森italent): 开屏广告 (#2861)
Browse files Browse the repository at this point in the history
* 北森italent开屏广告

* feat(北森italent): 开屏广告

---------

Co-authored-by: li_yk <[email protected]>
Co-authored-by: lisonge <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2023
1 parent 3cb20e0 commit bd4eb0a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/com.beisen.italent.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.beisen.italent',
name: '北森italent',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
quickFind: true,
resetMatch: 'app',
rules: [
{
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13554892',
},
],
},
],
});

0 comments on commit bd4eb0a

Please sign in to comment.