mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-13 07:40:45 +08:00
在 WebUI 上增加了赞赏与交流群的链接
This commit is contained in:
parent
efbb9bca4a
commit
dbc469fe3f
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user