fix: update trial tip time to 3/17 (#14452)

This commit is contained in:
NFish 2025-02-27 14:02:04 +08:00 committed by GitHub
parent 78a7d7fa21
commit 5f692dfce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,7 @@ export const ProviderContextProvider = ({
if (localStorage.getItem('anthropic_quota_notice') === 'true') if (localStorage.getItem('anthropic_quota_notice') === 'true')
return return
if (dayjs().isAfter(dayjs('2025-03-11'))) if (dayjs().isAfter(dayjs('2025-03-17')))
return return
if (providersData?.data && providersData.data.length > 0) { if (providersData?.data && providersData.data.length > 0) {