mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
41
src/apps/com.chunqiu.ah.ts
Normal file
41
src/apps/com.chunqiu.ah.ts
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
import { defineAppConfig } from '../types';
|
||||||
|
|
||||||
|
export default defineAppConfig({
|
||||||
|
id: 'com.chunqiu.ah',
|
||||||
|
name: 'AH视频',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text^="跳过"][text.length<10]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/13264387',
|
||||||
|
'https://gkd-kit.gitee.io/import/13264381',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '@ImageView - [text="|"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13264377',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
quickFind: true,
|
||||||
|
activityIds: 'com.androlua.LuaActivity',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '@FrameLayout - FrameLayout >2 [text="京东"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/13264383',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user