Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0855e81

Browse files
committed
图片裁剪
1 parent ac4a758 commit 0855e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/topics/detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ <h1>
5454
{{else}}
5555
<div style="font-size: 1.2em;">
5656
<p>作者设置付费用户才能查看,加入Go中文网创建的<a href="https://t.zsxq.com/BM72RZR" title="知识星球" target="_blank">知识星球</a>自动成为付费用户(加入后星球私信告知网站用户名)。</p>
57-
<img src="{{.static_domain}}/static/img/zsxq.jpg" alt="知识星球" class="img-responsive">
57+
<img src="{{.static_domain}}/static/img/zsxq.jpg?imageView2/2/w/380" alt="知识星球" class="img-responsive">
5858
<p>或者给我们转账成为付费用户,有效期一年,限时优惠:99元/年</p>
59-
<img src="{{.static_domain}}/static/img/wxpay99.jpg" alt="转账付费" class="img-responsive">
59+
<img src="{{.static_domain}}/static/img/wxpay99.jpg?imageView2/2/w/380" alt="转账付费" class="img-responsive">
6060
</div>
6161
{{end}}
6262
{{else}}

0 commit comments

Comments
 (0)