mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
feat(小度): 开屏广告 (#1981)
This commit is contained in:
@@ -7,9 +7,22 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.baidu.duer.superapp.splash.SplashActivity',
|
matchTime: 10000,
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
actionMaximum: 1,
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12506571',
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
quickFind: true,
|
||||||
|
matches: '[text^="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13310527',
|
||||||
|
exampleUrls:
|
||||||
|
'https://github.com/gkd-kit/inspect/assets/38517192/5f6591b6-220e-4117-9cc1-b07375085f64',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12506571',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user