瀏覽代碼

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

tags/1.0.0
NFish 8 月之前
父節點
當前提交
5f692dfce2
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/context/provider-context.tsx

+ 1
- 1
web/context/provider-context.tsx 查看文件

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

Loading…
取消
儲存