mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
24 lines
510 B
TypeScript
24 lines
510 B
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'com.android.quicksearchbox',
|
|
name: '搜索',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片广告',
|
|
fastQuery: true,
|
|
matchTime: 10000,
|
|
actionMaximum: 1,
|
|
resetMatch: 'app',
|
|
rules: [
|
|
{
|
|
activityIds: '.SearchActivityTransparent',
|
|
matches: '[vid="ad_close"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13897834',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|