diff --git a/src/pages/file/index.vue b/src/pages/file/index.vue
index 8902ce0..5fb14ad 100644
--- a/src/pages/file/index.vue
+++ b/src/pages/file/index.vue
@@ -122,6 +122,9 @@
+
@@ -640,6 +643,25 @@ input:disabled {
color: #007aff;
}
+.author-footer {
+ position: fixed;
+ right: 16px;
+ bottom: 12px;
+ z-index: 999;
+ line-height: 1;
+}
+
+.author-footer a {
+ color: #bbb;
+ font-size: 12px;
+ text-decoration: none;
+ transition: color 0.2s;
+}
+
+.author-footer a:hover {
+ color: #007aff;
+}
+
/* 移动端适配样式 */
@media screen and (max-width: 768px) {
.status-bar {