mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat: 虫虫助手-全屏广告 #1495
This commit is contained in:
24
src/apps/com.lion.market.ts
Normal file
24
src/apps/com.lion.market.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user