From dc6a7517298ac49c8494c71bec4c5bd1aad67d56 Mon Sep 17 00:00:00 2001 From: Tigercrl Date: Sat, 20 Jul 2024 18:26:24 +0800 Subject: [PATCH] feat: node list --- src/App.vue | 20 ++++++++------ src/main.ts | 2 +- src/router/index.ts | 13 ++++++--- src/style.css | 2 +- src/views/NodeList.vue | 57 +++++++++++++++++++++++++++++++++++++++ src/views/VersionList.vue | 2 +- 6 files changed, 82 insertions(+), 14 deletions(-) create mode 100644 src/views/NodeList.vue diff --git a/src/App.vue b/src/App.vue index e8582c9..219d709 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/src/views/VersionList.vue b/src/views/VersionList.vue index afa8b52..b092db7 100644 --- a/src/views/VersionList.vue +++ b/src/views/VersionList.vue @@ -88,7 +88,7 @@ function changeVersion(e: Event) {