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

Commit

Permalink
feat(Nico):开屏广告 (#3786)
Browse files Browse the repository at this point in the history
close #3779
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 61f8fa7 commit 34edf35
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/apps/com.superrhino.rarering.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.superrhino.rarering',
name: 'Nico',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
desc: '点击跳过',
rules: [
{
matches:
'@View[clickable=true] <3 * <2 * < FrameLayout[id="com.superrhino.rarering:id/fl_container"]',
snapshotUrls: 'https://i.gkd.li/import/13853858',
},
],
},
],
});

0 comments on commit 34edf35

Please sign in to comment.