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

Commit

Permalink
feat(淘粉吧):开屏广告 (#3904)
Browse files Browse the repository at this point in the history
close #3897
  • Loading branch information
AIsouler committed Jan 28, 2024
1 parent 74c960e commit 1e84729
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/apps/com.leixun.taofen8.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.leixun.taofen8',
name: '淘粉吧',
groups: [
{
key: 1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
matches:
'@View[clickable=true] <<n [id="com.leixun.taofen8:id/fl_advert_container"]',
snapshotUrls: 'https://i.gkd.li/import/13937324',
},
],
},
],
});

0 comments on commit 1e84729

Please sign in to comment.