This repository was archived by the owner on Feb 10, 2025. It is now read-only.
File tree 3 files changed +5
-57
lines changed 3 files changed +5
-57
lines changed Original file line number Diff line number Diff line change @@ -671,6 +671,11 @@ const appDeprecatedKeys: RawDeprecatedKeysSetting[] = [
671
671
name : '暮瑟' ,
672
672
deprecatedKeys : [ 4 ] ,
673
673
} ,
674
+ {
675
+ id : 'cn.lezhi.speedtest' ,
676
+ name : '网速管家' ,
677
+ deprecatedKeys : [ 0 ] ,
678
+ } ,
674
679
] ;
675
680
676
681
const map : Map < string , number [ ] > = new Map ( ) ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,36 +4,6 @@ export default defineGkdApp({
4
4
id : 'cn.lezhi.speedtest' ,
5
5
name : '网速管家' ,
6
6
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
- } ,
37
7
{
38
8
key : 1 ,
39
9
name : '更新提示' ,
You can’t perform that action at this time.
0 commit comments