diff --git a/src/apps/com.lion.market.ts b/src/apps/com.lion.market.ts new file mode 100644 index 00000000..53e01838 --- /dev/null +++ b/src/apps/com.lion.market.ts @@ -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', + }, + ], + }, + ], +});