diff --git a/src/apps/com.wn.app.np.ts b/src/apps/com.wn.app.np.ts new file mode 100644 index 000000000..8d4a2c00a --- /dev/null +++ b/src/apps/com.wn.app.np.ts @@ -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', + ], + }, + ], + }, + ], +});