mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 13:10:30 +08:00
fix time parse error
This commit is contained in:
parent
88f7d4ee0b
commit
78fb7294b5
@ -89,7 +89,7 @@ const ProxyProvider: React.FC = () => {
|
|||||||
>
|
>
|
||||||
{provider.subscriptionInfo && (
|
{provider.subscriptionInfo && (
|
||||||
<div className="select-none h-[32px] leading-[32px] text-default-500">
|
<div className="select-none h-[32px] leading-[32px] text-default-500">
|
||||||
{dayjs(provider.subscriptionInfo.Expire).format('YYYY-MM-DD')}
|
{dayjs.unix(provider.subscriptionInfo.Expire).format('YYYY-MM-DD')}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</SettingItem>
|
</SettingItem>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user