mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat(奇妙应用) :卡片式广告(补充 activityId) (#2368)
This commit is contained in:
@@ -24,11 +24,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '卡片式广告',
|
name: '卡片式广告',
|
||||||
activityIds: 'com.magicalstory.AppStore.search.searchActivity',
|
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '腾讯广告',
|
name: '腾讯广告',
|
||||||
|
activityIds: [
|
||||||
|
'com.magicalstory.AppStore.search.searchActivity',
|
||||||
|
'com.magicalstory.AppStore.appDetails.AppDetailsActivity',
|
||||||
|
],
|
||||||
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',
|
||||||
@@ -36,6 +39,7 @@ export default defineAppConfig({
|
|||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13185746',
|
'https://i.gkd.li/import/13185746',
|
||||||
'https://i.gkd.li/import/13413482',
|
'https://i.gkd.li/import/13413482',
|
||||||
|
'https://i.gkd.li/import/13416979',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user