feat(audit): add localized security audit logs (#5462)

This commit is contained in:
Calcium-Ion
2026-06-12 23:40:40 +08:00
committed by GitHub
parent 27b2b2c4b9
commit d0c4305a16
25 changed files with 1249 additions and 33 deletions
+2
View File
@@ -58,6 +58,7 @@ export const LOG_TYPE_ENUM = {
SYSTEM: 4,
ERROR: 5,
REFUND: 6,
LOGIN: 7,
} as const
/**
@@ -95,6 +96,7 @@ export const LOG_TYPES = [
{ value: 4, label: 'System', color: 'purple' },
{ value: 5, label: 'Error', color: 'red' },
{ value: 6, label: 'Refund', color: 'blue' },
{ value: 7, label: 'Login', color: 'teal' },
] as const
/**