Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
feat(简讯): 开屏广告
Browse files Browse the repository at this point in the history
  • Loading branch information
AIsouler committed Mar 12, 2024
1 parent 25de0ee commit 610e19c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/apps/com.tipsoon.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ export default defineAppConfig({
id: 'com.tipsoon.android',
name: '简讯',
groups: [
{
key: -1,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
quickFind: true,
action: 'clickCenter',
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
exampleUrls:
'https://m.gkd.li/57941037/7ba2a5cd-12e8-4ac3-a867-8d0f81247d93',
snapshotUrls: 'https://i.gkd.li/i/14568317',
},
],
},
{
key: 0,
name: '全屏广告-弹窗广告',
Expand Down

0 comments on commit 610e19c

Please sign in to comment.