This commit is contained in:
oiov
2025-03-28 20:54:18 +08:00
parent ee89917cde
commit a421f2ab27
+2 -1
View File
@@ -214,9 +214,10 @@ export const LOGS_LIMITEs_ENUMS = [
];
export const TIME_RANGES: Record<string, number> = {
"24h": 24 * 60 * 60 * 1000, // 24小时的毫秒数
"24h": 24 * 60 * 60 * 1000,
"7d": 7 * 24 * 60 * 60 * 1000,
"30d": 30 * 24 * 60 * 60 * 1000,
"60d": 60 * 24 * 60 * 60 * 1000,
"90d": 90 * 24 * 60 * 60 * 1000,
"180d": 180 * 24 * 60 * 60 * 1000,
"365d": 365 * 24 * 60 * 60 * 1000,