From 8760833b1cf6bea24feb6a2bd18cc833922b0ec3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 7 Aug 2025 11:59:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.example.sheep_flutter.ds.ts | 26 ------------------------ 1 file changed, 26 deletions(-) delete mode 100644 src/apps/com.example.sheep_flutter.ds.ts diff --git a/src/apps/com.example.sheep_flutter.ds.ts b/src/apps/com.example.sheep_flutter.ds.ts deleted file mode 100644 index 2f7b13b2..00000000 --- a/src/apps/com.example.sheep_flutter.ds.ts +++ /dev/null @@ -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', - }, - ], - }, - ], -});