mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(歪麦霸王餐): 开屏广告、广告弹窗 (#2158)
* feat(歪麦霸王餐):开屏广告、广告弹窗 * 格式更正 * Update com.waimaiii.waimaiii.ts * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2156
This commit is contained in:
45
src/apps/com.waimaiii.waimaiii.ts
Normal file
45
src/apps/com.waimaiii.waimaiii.ts
Normal file
@@ -0,0 +1,45 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.waimaiii.waimaiii',
|
||||
name: '歪麦霸王餐',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
name: '【跳过+倒计时】型',
|
||||
quickFind: true,
|
||||
matches: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13346166',
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '【圆圈跳过】型-穿山甲SDK',
|
||||
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13346451',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 3,
|
||||
name: '广告弹窗',
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
activityIds: 'com.sangshen.ad_jg_flutter_sdk.SplashAdActivity',
|
||||
rules: [
|
||||
{
|
||||
matches:
|
||||
'View > View[childCount=2] > ImageView[clickable=true] + ImageView[id=""][clickable=true]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/13346187',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user