mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
@@ -3,8 +3,34 @@ import { defineAppConfig } from '../types';
|
|||||||
export default defineAppConfig({
|
export default defineAppConfig({
|
||||||
id: 'cn.lezhi.speedtest',
|
id: 'cn.lezhi.speedtest',
|
||||||
name: '网速管家',
|
name: '网速管家',
|
||||||
deprecatedKeys: [0],
|
|
||||||
groups: [
|
groups: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '开屏广告',
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
matchTime: 10000,
|
||||||
|
quickFind: true,
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
name: '字节SDK',
|
||||||
|
matches:
|
||||||
|
'@[id="com.byted.pangle:id/tt_splash_skip_btn"] <<n [id="cn.lezhi.speedtest:id/fl_splash_container"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13544242',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '腾讯SDK',
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13626049',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '腾讯SDK',
|
||||||
|
matches:
|
||||||
|
'@View <3 FrameLayout[childCount=4] <2 FrameLayout[childCount=2] < [vid="fl_splash_container"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13885906',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
|
|||||||
Reference in New Issue
Block a user