From f46ee82b4e083724f4d3a7967c1afb7dea285ace Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 07 三月 2026 13:23:57 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 0bd4657..8cff576 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -236,6 +236,14 @@
       line-height: 1.7;
     }
 
+    .aside-footer-copy {
+      margin-bottom: 8px;
+      color: rgba(255, 255, 255, 0.62);
+      white-space: nowrap;
+      overflow: hidden;
+      text-overflow: ellipsis;
+    }
+
     .aside-footer-version {
       display: flex;
       align-items: center;
@@ -531,6 +539,7 @@
       </el-scrollbar>
 
       <div class="aside-footer" v-show="!isCollapse">
+        <div class="aside-footer-copy">漏 2026 娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</div>
         <div class="aside-footer-version">
           <span class="aside-footer-version-text">{{ versionText }}</span>
           <el-tag

--
Gitblit v1.9.1