Skip to content

Commit 0af89f7

Browse files
committed
fix(right_bottom_ad): update ad visibility date range
1 parent 302da82 commit 0af89f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/rice/right_bottom_ad.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
isEffective,
2525
mentorbook_banner_en,
2626
mentorbook_banner_zh,
27-
isAdVisible: isEffective('2025-11-23 00:00:00', '2025-11-30 23:59:59'),
27+
isAdVisible: isEffective('2025-11-24 00:00:00', '2025-11-30 23:59:59'),
2828
};
2929
},
3030
};

0 commit comments

Comments
 (0)