mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
feat(拷贝漫画): 崩溃修复, 新的activityIds和弹窗 (#1167)
* fix(拷贝漫画): 注释掉会造成崩溃的规则 * feat(拷贝漫画): 崩溃修复, 新的activityIds和弹窗
This commit is contained in:
@@ -29,6 +29,7 @@ export default defineAppConfig({
|
|||||||
name: '内部弹窗广告',
|
name: '内部弹窗广告',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
activityIds: ['com.copymanga.app.MainActivity'],
|
activityIds: ['com.copymanga.app.MainActivity'],
|
||||||
|
delay: 500,
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.kwad.components.ad.interstitial',
|
activityIds: 'com.kwad.components.ad.interstitial',
|
||||||
@@ -47,6 +48,7 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
||||||
|
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://gkd-kit.gitee.io/import/12504520',
|
'https://gkd-kit.gitee.io/import/12504520',
|
||||||
'https://gkd-kit.gitee.io/import/12661019',
|
'https://gkd-kit.gitee.io/import/12661019',
|
||||||
@@ -59,9 +61,21 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
'TextView[text="立即申请"] < FrameLayout <2 FrameLayout -2 FrameLayout',
|
'TextView[text.length=4] < FrameLayout[childCount>=1] <2 FrameLayout[childCount>=2] -2 FrameLayout',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156',
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12892156',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: '[text="反馈"] -2 @View - Image',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12925052',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
activityIds:
|
||||||
|
'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity',
|
||||||
|
matches: '[text="反馈"] -4 @View < View[childCount=7]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12925095',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user