Skip to content

Commit 05ea7f8

Browse files
committed
chore: 调整广告时间
1 parent fe9c6b3 commit 05ea7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
7373
)
7474
})
7575

76-
const Ad = dayjs().isBefore('2025-07-06 00:00:00+8')
76+
const Ad = dayjs().isBefore('2099-12-31 00:00:00+8')
7777
? () => {
7878
const t = useTranslation()
7979
const sendEvent = () => {

0 commit comments

Comments
 (0)