mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(拷貝漫畫): 内部弹窗广告 (#147)
This commit is contained in:
@@ -29,7 +29,10 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '内部弹窗广告',
|
name: '内部弹窗广告',
|
||||||
activityIds: 'com.copymanga.app.MainActivity',
|
activityIds: [
|
||||||
|
'com.copymanga.app.MainActivity',
|
||||||
|
'com.miui.home.launcher.Launcher',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
activityIds: 'com.kwad.components.ad.interstitial',
|
activityIds: 'com.kwad.components.ad.interstitial',
|
||||||
@@ -48,7 +51,10 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
matches: 'ImageView + FrameLayout + FrameLayout > ImageView',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12504520',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12504520',
|
||||||
|
'https://gkd-kit.gitee.io/import/12661019',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user