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

Commit

Permalink
feat(韩小圈): 全屏广告-视频播放时的全屏广告、规范规则组名称
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jan 25, 2024
1 parent 0c337ab commit 4a32ad8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/apps/com.babycloud.hanju.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineAppConfig({
},
{
key: 3,
name: '视频播放时的弹窗广告',
name: '全屏广告-视频播放时的弹窗广告',
rules: [
{
key: 0,
Expand All @@ -39,5 +39,16 @@ export default defineAppConfig({
},
],
},
{
key: 4,
name: '全屏广告-视频播放时的全屏广告',
quickFind: true,
activityIds: 'com.babycloud.hanju.ui.activity.HanjuSeriesActivity',
rules: '[vid*="skip_rl"]',
snapshotUrls: [
'https://i.gkd.li/import/14048532', //vid="only_skip_rl"
'https://i.gkd.li/import/14048302', //vid="skip_rl"
],
},
],
});

0 comments on commit 4a32ad8

Please sign in to comment.