diff --git a/meshmap_frontend/src/components/AdminBlockingManagement.vue b/meshmap_frontend/src/components/AdminBlockingManagement.vue index 26fc269..b9b4a2b 100644 --- a/meshmap_frontend/src/components/AdminBlockingManagement.vue +++ b/meshmap_frontend/src/components/AdminBlockingManagement.vue @@ -458,36 +458,36 @@ onMounted(() => {

{{ wordError }}

{{ wordMessage }}

-
+
- + - - + + - - - - + + + + - + - + - - - - + + + @@ -533,30 +533,30 @@ onMounted(() => {

{{ nodeError }}

{{ nodeMessage }}

-
+
IDID 违禁词匹配类型区分大小写匹配类型区分大小写 原因启用创建时间更新时间操作启用创建时间更新时间操作
{{ rule.id }}{{ rule.id }} {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }} + {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }}
- + - + - - - - + + + + - + - - - - + + + @@ -599,28 +599,28 @@ onMounted(() => {

{{ ipError }}

{{ ipMessage }}

-
+
IDID 节点 ID数字 ID数字 ID 原因启用创建时间更新时间操作启用创建时间更新时间操作
{{ rule.id }}{{ rule.id }} {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }} + {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }}
- + - - - - + + + + - + - - - - + + + diff --git a/meshmap_frontend/src/components/AdminBotDirect.vue b/meshmap_frontend/src/components/AdminBotDirect.vue index 494ea48..04a7ed4 100644 --- a/meshmap_frontend/src/components/AdminBotDirect.vue +++ b/meshmap_frontend/src/components/AdminBotDirect.vue @@ -360,40 +360,43 @@ onBeforeUnmount(() => { diff --git a/meshmap_frontend/src/components/AdminLLMApi.vue b/meshmap_frontend/src/components/AdminLLMApi.vue index a143238..123a9be 100644 --- a/meshmap_frontend/src/components/AdminLLMApi.vue +++ b/meshmap_frontend/src/components/AdminLLMApi.vue @@ -338,342 +338,346 @@ onMounted(() => { diff --git a/meshmap_frontend/src/components/AdminLoginLogs.vue b/meshmap_frontend/src/components/AdminLoginLogs.vue index 5d57522..7c971a0 100644 --- a/meshmap_frontend/src/components/AdminLoginLogs.vue +++ b/meshmap_frontend/src/components/AdminLoginLogs.vue @@ -49,13 +49,13 @@ onMounted(refreshLogs)

{{ error }}

-
+
IDID IP/CIDR 原因启用创建时间更新时间操作启用创建时间更新时间操作
{{ rule.id }}{{ rule.id }} {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }} + {{ formatTime(rule.created_at) }}{{ formatTime(rule.updated_at) }}
- + - + @@ -64,9 +64,9 @@ onMounted(refreshLogs) - + -
时间时间 用户名结果结果 原因 Remote Addr Remote Host
{{ formatTime(log.created_at) }}{{ formatTime(log.created_at) }} {{ log.username || '-' }} + {{ log.success ? '成功' : '失败' }} diff --git a/meshmap_frontend/src/components/AdminMqttForward.vue b/meshmap_frontend/src/components/AdminMqttForward.vue index 558a7e6..2836da9 100644 --- a/meshmap_frontend/src/components/AdminMqttForward.vue +++ b/meshmap_frontend/src/components/AdminMqttForward.vue @@ -572,8 +572,7 @@ onBeforeUnmount(() => {