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 }}
-| ID | +ID | 违禁词 | -匹配类型 | -区分大小写 | +匹配类型 | +区分大小写 | 原因 | -启用 | -创建时间 | -更新时间 | -操作 | +启用 | +创建时间 | +更新时间 | +操作 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ rule.id }} | +{{ rule.id }} | - | + | - | - | {{ formatTime(rule.created_at) }} | -{{ formatTime(rule.updated_at) }} | -+ | + | {{ formatTime(rule.created_at) }} | +{{ formatTime(rule.updated_at) }} | +@@ -533,30 +533,30 @@ onMounted(() => { |
| ID | +ID | 节点 ID | -数字 ID | +数字 ID | 原因 | -启用 | -创建时间 | -更新时间 | -操作 | +启用 | +创建时间 | +更新时间 | +操作 | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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(() => { |
| ID | +ID | IP/CIDR | 原因 | -启用 | -创建时间 | -更新时间 | -操作 | +启用 | +创建时间 | +更新时间 | +操作 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ 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(() => { - |
| 时间 | +时间 | 用户名 | -结果 | +结果 | 原因 | Remote Addr | Remote Host | @@ -64,9 +64,9 @@ onMounted(refreshLogs)
|---|---|---|---|---|---|---|---|
| {{ 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(() => { |