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

Commit 44dc852

Browse files
committed
feat: 移除部分应用开屏规则
1 parent d16b982 commit 44dc852

File tree

3 files changed

+5
-57
lines changed

3 files changed

+5
-57
lines changed

src/appDeprecatedKeys.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
671671
name: '暮瑟',
672672
deprecatedKeys: [4],
673673
},
674+
{
675+
id: 'cn.lezhi.speedtest',
676+
name: '网速管家',
677+
deprecatedKeys: [0],
678+
},
674679
];
675680

676681
const map: Map<string, number[]> = new Map();

src/apps/app.esou.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/apps/cn.lezhi.speedtest.ts

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,6 @@ export default defineGkdApp({
44
id: 'cn.lezhi.speedtest',
55
name: '网速管家',
66
groups: [
7-
{
8-
key: 0,
9-
name: '开屏广告',
10-
actionMaximum: 1,
11-
resetMatch: 'app',
12-
matchTime: 10000,
13-
fastQuery: true,
14-
rules: [
15-
{
16-
key: 0,
17-
name: '字节SDK',
18-
matches:
19-
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="cn.lezhi.speedtest:id/fl_splash_container"]',
20-
snapshotUrls: 'https://i.gkd.li/i/13544242',
21-
},
22-
{
23-
key: 1,
24-
name: '腾讯SDK-1',
25-
matches: '[text*="跳过"][text.length<=10]',
26-
snapshotUrls: 'https://i.gkd.li/i/13626049',
27-
},
28-
{
29-
key: 2,
30-
name: '腾讯SDK-2',
31-
matches:
32-
'@View <3 FrameLayout[childCount=4] <2 FrameLayout[childCount=2] < [vid="fl_splash_container"]',
33-
snapshotUrls: 'https://i.gkd.li/i/13885906',
34-
},
35-
],
36-
},
377
{
388
key: 1,
399
name: '更新提示',

0 commit comments

Comments
 (0)