mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-11 20:06:54 +08:00
fix: update trial tip time to 3/17 (#14452)
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user