refactor: ~
parent
1a838305e1
commit
761909f125
|
@ -251,6 +251,6 @@ mac: 请确认证书已经被安装并已经设置信任。
|
|||
## 捐赠
|
||||
* 随着越来越多用户来使用,我的1m带宽的小服务器已经满负荷运转了。
|
||||
* 也请大家不要看油管视频,把带宽留给想要访问github的同学,致敬爱学习的你。
|
||||
* 如果您觉得这个软件帮助到你,而你也想帮助更多的人,[请在gitee上进行捐赠](https://gitee.com/docmirror/dev-sidecar#%E6%84%9F%E8%B0%A2),
|
||||
我将会用捐赠的钱来购买带宽,谢谢大家支持。
|
||||
* 如果您觉得这个软件帮助到你,而你也想帮助更多的人,可以捐赠我,我将会用捐赠的钱来购买带宽,谢谢大家支持。
|
||||
|
||||
![](./packages/gui/public/pay.jpg)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 126 KiB |
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
|
@ -58,8 +58,7 @@
|
|||
<div>* 也请大家不要看油管视频,把带宽留给想要访问github的同学,致敬爱学习的你。</div>
|
||||
<div>* 如果您觉得这个软件帮助到你,而你也想帮助更多的人,可以捐赠我, 我将会用捐赠的钱来购买带宽,感谢支持。</div>
|
||||
<div class="payQrcode">
|
||||
<img height="200px" src="/alipay.jpg"/>
|
||||
<img height="200px" src="/wxpay.jpg"/>
|
||||
<img height="200px" src="/pay.jpg"/>
|
||||
</div>
|
||||
</a-modal>
|
||||
</div>
|
||||
|
@ -286,9 +285,6 @@ export default {
|
|||
padding:10px;
|
||||
display: flex;
|
||||
justify-content: space-evenly;
|
||||
img{
|
||||
border:1px #c7c7c7 solid;
|
||||
}
|
||||
}
|
||||
.big_button > button {
|
||||
width: 100px;
|
||||
|
|
Loading…
Reference in New Issue