feat: 移除部分规则

This commit is contained in:
AIsouler
2025-08-07 11:59:19 +08:00
parent 77b86f051e
commit 8760833b1c

View File

@@ -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',
},
],
},
],
});