feat(新包名NP管理器): 开屏广告 (#2243)

* feat(新包名NP管理器): 开屏广告

* Update com.wn.app.np.ts

---------

Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
adproqwq
2023-11-19 00:04:25 +08:00
committed by GitHub
parent b4395970d2
commit 2eaac974ee

26
src/apps/com.wn.app.np.ts Normal file
View File

@@ -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',
],
},
],
},
],
});