mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25: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,
|
||||
name: '开屏广告',
|
||||
activityIds: 'cn.ledongli.ldl.adsdk.activity.AdsOriginalActivity',
|
||||
rules: 'TextView[text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12668468',
|
||||
quickFind: true,
|
||||
actionMaximum: 1,
|
||||
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