mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
fix(乐动力): 开屏广告 (#1858)
* Create com.ikang.official.ts * Delete src/apps/com.ikang.official.ts * fix(乐动力): 开屏广告
This commit is contained in:
@@ -7,9 +7,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'cn.ledongli.ldl.adsdk.activity.AdsOriginalActivity',
|
quickFind: true,
|
||||||
rules: 'TextView[text="跳过"]',
|
actionMaximum: 1,
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12668468',
|
resetMatch: 'app',
|
||||||
|
rules: 'TextView[text^="跳过"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12668468', //text="跳过"
|
||||||
|
'https://gkd-kit.gitee.io/import/13259199', //text="跳过 "
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user