File bundle

This commit is contained in:
2025-07-27 22:45:17 +08:00
parent 7442b8416f
commit e31a5ea017
19 changed files with 1397 additions and 16 deletions

View File

@@ -140,7 +140,7 @@ const tableColumns: DataTableColumns<any> = [
title: 'Expired At',
key: 'expired_at',
render(row: any) {
if (!row.expired_at) return 'Keep-alive'
if (!row.expired_at) return 'Never'
return new Date(row.expired_at).toLocaleString()
},
},