mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
30 lines
801 B
TypeScript
30 lines
801 B
TypeScript
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',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|