mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(摩托范): 第三方 SDK 广告弹窗 (#622)
This commit is contained in:
@@ -6,13 +6,19 @@ export default defineAppConfig({
|
|||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: 'APP内弹窗广告',
|
name: '第三方 SDK 广告弹窗',
|
||||||
activityIds: ['com.jdd.motorfans.MTMainActivity'],
|
activityIds: [
|
||||||
|
'com.jdd.motorfans.MTMainActivity',
|
||||||
|
'com.jdd.motorfans.modules.detail.DetailActivity2',
|
||||||
|
],
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
matches:
|
matches:
|
||||||
'RelativeLayout > ImageView[id="com.jdd.motorfans:id/iv_close"]',
|
'[id="com.jdd.motorfans:id/ad_content"] >n [id="com.jdd.motorfans:id/iv_close"]',
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12733646',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.gitee.io/import/12733646',
|
||||||
|
'https://gkd-kit.songe.li/import/12798654',
|
||||||
|
],
|
||||||
exampleUrls:
|
exampleUrls:
|
||||||
'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif',
|
'https://user-images.githubusercontent.com/44717382/270852019-b0296eaa-a378-49b3-877b-acefca2a7d58.gif',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user