diff --git a/meshmap_frontend/src/components/AdminLLM.vue b/meshmap_frontend/src/components/AdminLLM.vue index 6b94a81..af88f07 100644 --- a/meshmap_frontend/src/components/AdminLLM.vue +++ b/meshmap_frontend/src/components/AdminLLM.vue @@ -15,10 +15,10 @@ const selectedBotId = ref('') const includeDeleted = ref(false) const statusColors: Record = { - pending: 'background-color: #fff3cd;', - processing: 'background-color: #cfe2ff;', - processed: 'background-color: #d1e7dd;', - error: 'background-color: #f8d7da;', + pending: 'background: linear-gradient(135deg, #fef3c7 0%, #fde68a33 100%);', + processing: 'background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe33 100%);', + processed: 'background: linear-gradient(135deg, #dcfce7 0%, #bbf7d033 100%);', + error: 'background: linear-gradient(135deg, #fee2e2 0%, #fecaca33 100%);', } const statusLabels: Record = { @@ -247,9 +247,13 @@ onMounted(() => { 共 {{ total }} 条消息,当前显示 {{ displayFrom }} - {{ displayTo }} -
加载中...
+
+
🔄
+ 加载中... +
- +
+
@@ -304,6 +308,7 @@ onMounted(() => {
ID
+
@@ -315,232 +320,408 @@ onMounted(() => {