在 WebUI 上增加了赞赏与交流群的链接

This commit is contained in:
x1ao4 2025-05-20 17:09:02 +08:00
parent efbb9bca4a
commit dbc469fe3f
2 changed files with 12 additions and 0 deletions

View File

@ -2137,6 +2137,12 @@ div.jsoneditor-tree button.jsoneditor-button:focus {
top: 0.5px; /* 向下微调 */
}
.bottom-links .nav-link .bi-wechat {
font-size: 1rem;
position: relative;
top: -0.5px; /* 向上微调 */
}
.bottom-links .nav-link .nav-text {
font-size: 0.85rem;
}

View File

@ -192,6 +192,12 @@
<span class="nav-text"><span v-html="versionTips"></span></span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/x1ao4/quark-auto-save-x/wiki/赞赏与交流群" target="_blank">
<i class="bi bi-wechat"></i>
<span class="nav-text">WeChat Group</span>
</a>
</li>
</ul>
</div>
</div>