@@ -50,10 +50,10 @@ export function formatExpireDate(sub?: SubscriptionItem | null): ExpireInfo {
|
||||
|
||||
const hh = String(expireDate.getHours()).padStart(2, '0')
|
||||
const mm = String(expireDate.getMinutes()).padStart(2, '0')
|
||||
const ss = String(expireDate.getSeconds()).padStart(2, '0')
|
||||
// const ss = String(expireDate.getSeconds()).padStart(2, '0')
|
||||
|
||||
return {
|
||||
text: `到期时间:${dateStr} ${hh}:${mm}:${ss}`,
|
||||
text: `到期时间:${dateStr} ${hh}:${mm}`,
|
||||
highlight: false,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user