mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(新包名NP管理器): 开屏广告 (#2243)
* feat(新包名NP管理器): 开屏广告 * Update com.wn.app.np.ts --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
26
src/apps/com.wn.app.np.ts
Normal file
26
src/apps/com.wn.app.np.ts
Normal 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',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user