mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat(奇妙应用): 卡片式广告(优化规则) (#2311)
This commit is contained in:
@@ -23,15 +23,20 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '下方横幅',
|
name: '卡片式广告',
|
||||||
activityIds: 'com.magicalstory.AppStore.search.searchActivity',
|
activityIds: 'com.magicalstory.AppStore.search.searchActivity',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
|
key: 0,
|
||||||
|
name: '腾讯广告',
|
||||||
matches: [
|
matches: [
|
||||||
'[id="com.magicalstory.AppStore:id/banner"]',
|
'[id^="com.magicalstory.AppStore:id/banner"]',
|
||||||
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView',
|
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView',
|
||||||
],
|
],
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13185746',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13185746',
|
||||||
|
'https://i.gkd.li/import/13413482',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user