Parcourir la source

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

tags/1.0.0
NFish il y a 8 mois
Parent
révision
5f692dfce2
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      web/context/provider-context.tsx

+ 1
- 1
web/context/provider-context.tsx Voir le fichier

@@ -120,7 +120,7 @@ export const ProviderContextProvider = ({
if (localStorage.getItem('anthropic_quota_notice') === 'true')
return

if (dayjs().isAfter(dayjs('2025-03-11')))
if (dayjs().isAfter(dayjs('2025-03-17')))
return

if (providersData?.data && providersData.data.length > 0) {

Chargement…
Annuler
Enregistrer