From fbd105bd6c0cc836ee0d512cdc18b2cf6a304731 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 12 Aug 2026 17:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=20Admin=20=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=A0=B7=E5=BC=8F=EF=BC=9A=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=94=B9=E4=B8=BA=20100%=20=E5=85=A8?= =?UTF-8?q?=E5=AE=BD=EF=BC=8C=E8=A1=A8=E6=A0=BC=E9=95=BF=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E5=88=97=E8=87=AA=E5=8A=A8=E6=8D=A2=E8=A1=8C=E5=8E=BB=E9=99=A4?= =?UTF-8?q?=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=EF=BC=8CLLM=20=E9=98=9F?= =?UTF-8?q?=E5=88=97/API=20=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=87=8D=E5=81=9A?= =?UTF-8?q?=E4=B8=BA=E5=85=A8=E5=B1=80=20panel=20=E9=A3=8E=E6=A0=BC?= =?UTF-8?q?=EF=BC=8C=E5=89=8D=E7=AB=AF=20v0.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AdminBlockingManagement.vue | 74 +- .../src/components/AdminBotDirect.vue | 67 +- .../src/components/AdminDashboard.vue | 14 +- .../src/components/AdminDiscardDetails.vue | 14 +- meshmap_frontend/src/components/AdminLLM.vue | 753 +++++--------- .../src/components/AdminLLMApi.vue | 951 ++++++++---------- .../src/components/AdminLoginLogs.vue | 10 +- .../src/components/AdminMqttForward.vue | 3 +- .../src/components/AdminSignManagement.vue | 26 +- .../src/components/AdminUsers.vue | 22 +- meshmap_frontend/src/style.css | 32 +- meshmap_frontend/src/version.ts | 2 +- 12 files changed, 802 insertions(+), 1166 deletions(-) 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(() => {