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

Commit

Permalink
feat(新包名NP管理器): 开屏广告 (#2243)
Browse files Browse the repository at this point in the history
* feat(新包名NP管理器): 开屏广告

* Update com.wn.app.np.ts

---------

Co-authored-by: 二刺螈 <[email protected]>
  • Loading branch information
adproqwq and lisonge authored Nov 18, 2023
1 parent b439597 commit 2eaac97
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/com.wn.app.np.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.wn.app.np',
name: 'NP管理器',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '@LinearLayout > TextView[text^="跳过"]',
snapshotUrls: [
'https://i.gkd.li/import/13400234',
'https://i.gkd.li/import/13400250',
'https://i.gkd.li/import/13400257',
],
},
],
},
],
});

0 comments on commit 2eaac97

Please sign in to comment.