mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
@@ -7,13 +7,25 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.lofter.android.global.splash.HomeActivity',
|
matchTime: 10000,
|
||||||
rules: '[text^="跳过"][text.length<=10]',
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13189846',
|
'https://i.gkd.li/import/13189846',
|
||||||
'https://i.gkd.li/import/13189906',
|
'https://i.gkd.li/import/13189906',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
actionMaximumKey: 0,
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13635533',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user