Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(亲邻开门): 全屏广告-开门成功后广告弹窗 (#3883)
Browse files Browse the repository at this point in the history
close #3712
  • Loading branch information
jiuqianyuan authored Jan 28, 2024
1 parent 67a6b0e commit d904a59
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/apps/com.qinlin.edoor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineAppConfig({
groups: [
{
key: 1,
name: '首页顶部广告',
name: '局部广告-首页顶部广告',
activityIds: 'com.qinlin.edoor.MainActivity',
rules: [
{
Expand All @@ -20,7 +20,7 @@ export default defineAppConfig({
},
{
key: 2,
name: '弹窗广告',
name: '全屏广告-弹窗广告',
rules: [
{
key: 0,
Expand All @@ -35,18 +35,25 @@ export default defineAppConfig({
{
enable: false,
key: 10,
name: '开门有奖弹窗',
name: '全屏广告-开门有奖弹窗',
activityIds: 'com.qinlin.edoor.MainActivity',
rules: '[desc="开门有奖"] +2 [desc="立即领取"] + ImageView',
snapshotUrls: 'https://i.gkd.li/import/12707736',
},
{
enable: false,
key: 11,
name: '获得金币弹窗',
name: '全屏广告-获得金币弹窗',
activityIds: 'com.qinlin.edoor.MainActivity',
rules: ['[desc="获得金币"] +3 [desc="开心收下"] + ImageView'],
snapshotUrls: ['https://i.gkd.li/import/12707738'],
},
{
key: 12,
name: '全屏广告-开门成功后广告弹窗',
desc: '来自【腾讯广告sdk】',
rules: '[vid="interact_ad_root"] >2 [vid="iv_close"]',
snapshotUrls: 'https://i.gkd.li/import/13932707',
},
],
});

0 comments on commit d904a59

Please sign in to comment.