From 39db00e02287690627198b3e199255610eba0882 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Wed, 25 Mar 2026 17:47:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../desktop/analysis/components/HostInfo.vue | 197 +++++ .../analysis/components/NoticeInfo.vue | 725 ++++++++++++++++++ .../desktop/analysis/components/TodoInfo.vue | 241 ++++++ .../layouts/views/desktop/analysis/index.vue | 81 +- 4 files changed, 1229 insertions(+), 15 deletions(-) create mode 100644 web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue create mode 100644 web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue create mode 100644 web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue new file mode 100644 index 0000000..a672efe --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/HostInfo.vue @@ -0,0 +1,197 @@ + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue new file mode 100644 index 0000000..4ea35a1 --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/NoticeInfo.vue @@ -0,0 +1,725 @@ + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue b/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue new file mode 100644 index 0000000..17e9dcb --- /dev/null +++ b/web-vue/packages/core/layouts/views/desktop/analysis/components/TodoInfo.vue @@ -0,0 +1,241 @@ + + + + + diff --git a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue index 9f26cbd..a00e0fd 100644 --- a/web-vue/packages/core/layouts/views/desktop/analysis/index.vue +++ b/web-vue/packages/core/layouts/views/desktop/analysis/index.vue @@ -1,22 +1,68 @@ - +