From 851c9c4080785140da5a5b8368bd45532abaeeec Mon Sep 17 00:00:00 2001
From: shuaiplus <2327005759@qq.com>
Date: Fri, 1 May 2026 05:34:05 +0800
Subject: [PATCH] fix: update version display to be a link to the latest
release
---
webapp/src/components/StandalonePageFrame.tsx | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/webapp/src/components/StandalonePageFrame.tsx b/webapp/src/components/StandalonePageFrame.tsx
index bf28005..aed3811 100644
--- a/webapp/src/components/StandalonePageFrame.tsx
+++ b/webapp/src/components/StandalonePageFrame.tsx
@@ -26,7 +26,14 @@ export default function StandalonePageFrame(props: StandalonePageFrameProps) {
|
Author: @shuaiplus
|
- v{APP_VERSION}
+
+ v{APP_VERSION}
+
);