mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 00:05:19 +08:00
feat: 移除部分规则
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
import { defineGkdApp } from '@gkd-kit/define';
|
||||
|
||||
export default defineGkdApp({
|
||||
id: 'com.example.sheep_flutter.ds',
|
||||
name: '喵趣漫画',
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
priorityTime: 10000,
|
||||
ignoreGlobalGroupMatch: true,
|
||||
rules: [
|
||||
{
|
||||
fastQuery: true,
|
||||
matches:
|
||||
'@View[clickable=true][childCount=0] - [text="互动广告"][visibleToUser=true]',
|
||||
exampleUrls: 'https://e.gkd.li/6fe6fc4e-ad54-4d53-a202-ed6964e3ba76',
|
||||
snapshotUrls: 'https://i.gkd.li/i/21499354',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user