Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(Cellular-Z): 开屏广告 (#3981)
Browse files Browse the repository at this point in the history
close #3978
  • Loading branch information
jiuqianyuan authored Jan 28, 2024
1 parent a0ceddc commit b5a5bb8
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/apps/make.more.r2d2.cellular_z.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,40 @@ export default defineAppConfig({
id: 'make.more.r2d2.cellular_z',
name: 'Cellular-Z',
groups: [
{
key: 0,
name: '开屏广告',
resetMatch: 'app',
actionMaximum: 1,
matchTime: 10000,
actionCdKey: 0,
actionMaximumKey: 0,
rules: [
{
key: 0,
quickFind: true,
name: '全局规则-1',
matches: '[text*="跳过"][text.length<=10]',
snapshotUrls: 'https://i.gkd.li/import/13987038',
},
{
key: 1,
name: '字节广告SDK',
matches:
'TextView - @View[clickable=true] <n FrameLayout <2 FrameLayout[childCount=2]', // 字节开屏通用规则
snapshotUrls: 'https://i.gkd.li/import/13978978',
},
{
key: 2,
name: '全局规则-2',
matches:
'[childCount=0][visibleToUser=true][(text.length<10&&(text*="跳过"||text*="跳過"||text*="skip"||text*="Skip")) || id$="tt_splash_skip_btn" || vid*="skip" || vid*="Skip" || (vid*="count" && vid*="down" && vid!*="download") || desc*="跳过" || desc*="skip"]',
},
],
},
{
key: 2,
name: '更新弹窗',
name: '更新提示',
resetMatch: 'app',
actionMaximum: 1,
matchTime: 10000,
Expand Down

0 comments on commit b5a5bb8

Please sign in to comment.