chore
This commit is contained in:
+2
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user