feat: add User ID and Raw Log fields to log details in LogsPage

This commit is contained in:
shiyu
2025-11-06 16:36:35 +08:00
parent 17236e601f
commit f271a8bee5
3 changed files with 37 additions and 6 deletions

View File

@@ -527,9 +527,11 @@ export const en = {
'Level': 'Level',
'Source': 'Source',
'Message': 'Message',
'User ID': 'User ID',
'Search source': 'Search source',
'Clear': 'Clear',
'Log Details': 'Log Details',
'Raw Log': 'Raw Log',
// Backup
'Export started, check your downloads.': 'Export started, check your downloads.',

View File

@@ -531,9 +531,11 @@ export const zh = {
'Level': '级别',
'Source': '来源',
'Message': '消息',
'User ID': '用户 ID',
'Search source': '搜索来源',
'Clear': '清理',
'Log Details': '日志详情',
'Raw Log': '原始日志',
// Backup
'Export started, check your downloads.': '导出已开始,请检查您的下载。',