From 34c0d2d277e28620f5facacf4c651eae84dd1eff Mon Sep 17 00:00:00 2001
From: 北桥 <tonghao1222@qq.com>
Date: 星期五, 02 二月 2024 13:43:16 +0800
Subject: [PATCH] bugfix: 修复文件预览大写后缀不展示的问题

---
 src/views/login.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/login.vue b/src/views/login.vue
index a92f399..d8c79b0 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -34,6 +34,9 @@
         <el-button circle title="MaxKey鐧诲綍" @click="doSocialLogin('maxkey')">
           <svg-icon icon-class="maxkey" />
         </el-button>
+        <el-button circle title="TopIam鐧诲綍" @click="doSocialLogin('topiam')">
+          <svg-icon icon-class="topiam" />
+        </el-button>
         <el-button circle title="Gitee鐧诲綍" @click="doSocialLogin('gitee')">
           <svg-icon icon-class="gitee" />
         </el-button>

--
Gitblit v1.9.3