💄 版本更新弹出样式优化

This commit is contained in:
chaos-zhu 2024-08-18 15:45:25 +08:00
parent 45b1393039
commit 6b61ad6764
2 changed files with 13 additions and 0 deletions

BIN
web/src/assets/wx.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -45,6 +45,13 @@
</p>
<p>作者: <a class="link" href="https://github.com/chaos-zhu" target="_blank">ChaosZhu</a></p>
<p>开源仓库: <a class="link" href="https://github.com/chaos-zhu/easynode" target="_blank">https://github.com/chaos-zhu/easynode</a></p>
<p>tg交流群<a class="link" href="https://t.me/+aB62lFaqp8EwOWRl" target="_blank">https://t.me/+aB62lFaqp8EwOWRl</a></p>
<p>
打赏: EasyNode开源且无任何收费如果您认为此项目帮到了您, 您可以请我喝杯阔乐~
</p>
<p class="qrcode">
<img src="@/assets/wx.jpg" alt="">
</p>
</div>
</el-dialog>
</div>
@ -154,6 +161,12 @@ checkLatestVersion()
p {
line-height: 35px;
}
.qrcode {
text-align: center;
img {
width: 250px;
}
}
.conspicuous {
color: red;
}