feat: refactor the configuration view and implement the optional config for displaying timestamp in Log widget (#492)

This commit is contained in:
Fine0830
2025-08-20 15:30:01 +07:00
committed by GitHub
parent 7a8ee92bbb
commit a8c5ec8dd2
24 changed files with 267 additions and 357 deletions

View File

@@ -296,7 +296,7 @@ const msg = {
return: "Return",
isError: "Error",
contentType: "Content Type",
content: "Timestamp - Content",
content: "Content",
level: "Level",
viewLogs: "View Logs",
logsTagsTip: `Only tags defined in the core/default/searchableLogsTags are searchable.

View File

@@ -293,7 +293,7 @@ const msg = {
return: "返回",
isError: "错误",
contentType: "内容类型",
content: "时间戳 - 内容",
content: "内容",
level: "Level",
viewLogs: "查看日志",
logsTagsTip: "只有core/default/searchableLogsTags中定义的标记才可搜索。查看配置词汇表页面上的更多详细信息。",