mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
29
src/apps/com.xiaofeiji.app.disk.ts
Normal file
29
src/apps/com.xiaofeiji.app.disk.ts
Normal file
@@ -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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user