From 5ff098ea21cb89b4ce78943db237a616f5ec6cdb Mon Sep 17 00:00:00 2001 From: CH-122 <1521930938@qq.com> Date: Fri, 15 Aug 2025 10:31:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Tooltip=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/ToolTip.vue | 488 +++++++++++++++++++++++++++ 1 file changed, 488 insertions(+) create mode 100644 frontend_nuxt/components/ToolTip.vue diff --git a/frontend_nuxt/components/ToolTip.vue b/frontend_nuxt/components/ToolTip.vue new file mode 100644 index 000000000..174e9f578 --- /dev/null +++ b/frontend_nuxt/components/ToolTip.vue @@ -0,0 +1,488 @@ + + + + + From ba073b71a611e024507b3990bd03824e2bd49052 Mon Sep 17 00:00:00 2001 From: CH-122 <1521930938@qq.com> Date: Fri, 15 Aug 2025 10:37:51 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=20=E5=9C=A8=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=92=8C=E8=8F=9C=E5=8D=95=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E5=8F=91=E5=B8=96=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E4=BC=98=E5=8C=96=E9=A6=96=E9=A1=B5=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/components/HeaderComponent.vue | 19 +++++++++++++++++++ frontend_nuxt/components/MenuComponent.vue | 18 +++++++++--------- frontend_nuxt/pages/index.vue | 12 +++--------- 3 files changed, 31 insertions(+), 18 deletions(-) diff --git a/frontend_nuxt/components/HeaderComponent.vue b/frontend_nuxt/components/HeaderComponent.vue index d1770fd1d..96e22905c 100644 --- a/frontend_nuxt/components/HeaderComponent.vue +++ b/frontend_nuxt/components/HeaderComponent.vue @@ -24,6 +24,16 @@
+ + +
+ +
+
+