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

Commit

Permalink
feat(小飞机网盘):视频页广告 (#3791)
Browse files Browse the repository at this point in the history
* feat(小飞机网盘):视频页广告

* feat:修改名称
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent c065108 commit d2be13b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/apps/com.xiaofeiji.app.disk.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import { defineAppConfig } from '../types';

export default defineAppConfig({
id: 'com.xiaofeiji.app.disk',
name: '小飞机网盘',
groups: [
{
key: 1,
quickFind: true,
name: '分段广告',
desc: '点击X-点击不感兴趣',
rules: [
{
key: 0,
activityIds: 'com.xiaofeiji.app.disk.MainActivity',
matches: '@Image[visibleToUser=true] < View + View >2 [text="广告"]',
snapshotUrls: 'https://i.gkd.li/import/13857392',
},
{
preKeys: 0,
key: 1,
activityIds: 'com.xiaofeiji.app.disk.MainActivity',
matches: '[id="android:id/content"] >5 [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13857537',
},
],
},
],
});

0 comments on commit d2be13b

Please sign in to comment.