From 21a9a3236fc6de976773a87caccca5d6c4972c47 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 23 Jul 2025 03:52:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20HeaderComponent=20?= =?UTF-8?q?=E5=92=8C=20KnowledgeGraphViewer=20=E7=BB=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E5=92=8C=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=EF=BC=8C=E5=A2=9E=E5=BC=BA=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/HeaderComponent.vue | 15 +- web/src/components/KnowledgeGraphViewer.vue | 177 +- web/src/views/DataBaseInfoView.vue | 1789 ++++++++++++------- 3 files changed, 1238 insertions(+), 743 deletions(-) diff --git a/web/src/components/HeaderComponent.vue b/web/src/components/HeaderComponent.vue index 33e7aa20..03ddf5b1 100644 --- a/web/src/components/HeaderComponent.vue +++ b/web/src/components/HeaderComponent.vue @@ -5,7 +5,10 @@
-

{{ title }}

+
+

{{ title }}

+ +

{{ description }}

@@ -38,9 +41,9 @@ const props = defineProps({ \ No newline at end of file diff --git a/web/src/views/DataBaseInfoView.vue b/web/src/views/DataBaseInfoView.vue index 6916f50c..28bdb32a 100644 --- a/web/src/views/DataBaseInfoView.vue +++ b/web/src/views/DataBaseInfoView.vue @@ -1,19 +1,33 @@