From cbe7aeca813f07725834dc535fa9b1040000fae0 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 8 Jul 2026 12:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.vue | 30 +++++++++++++++++++++++++++++- frontend/src/locales/en.ts | 3 +++ frontend/src/locales/zh.ts | 3 +++ install_linux.sh | 6 +++++- internal/handler/version.go | 25 +++++++++++++++++++++++++ internal/router/router.go | 1 + internal/version/version.go | 8 ++++++++ 7 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 internal/handler/version.go create mode 100644 internal/version/version.go diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 125c9a8..cf3c3b2 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,7 @@ @@ -39,6 +53,17 @@ const navLinks = [ > {{ t(link.label) }} + + + + + GitHub +