feat: 虫虫助手-全屏广告 #1495

This commit is contained in:
AIsouler
2025-11-27 12:54:00 +08:00
parent 235efb2476
commit d4e0cffca0

View File

@@ -0,0 +1,24 @@
import { defineGkdApp } from '@gkd-kit/define';
export default defineGkdApp({
id: 'com.lion.market',
name: '虫虫助手',
groups: [
{
key: 1,
name: '全屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
fastQuery: true,
activityIds: '.app.MainActivity',
matches: '[vid="dlg_main_ad_close"][visibleToUser=true]',
exampleUrls: 'https://e.gkd.li/6e29aaa4-1a01-4422-8379-24140a4ffed5',
snapshotUrls: 'https://i.gkd.li/i/23784776',
},
],
},
],
});