Przeglądaj źródła

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

tags/1.0.0
NFish 8 miesięcy temu
rodzic
commit
5f692dfce2
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      web/context/provider-context.tsx

+ 1
- 1
web/context/provider-context.tsx Wyświetl plik

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) {

Ładowanie…
Anuluj
Zapisz