We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a758 commit 0855e81Copy full SHA for 0855e81
template/topics/detail.html
@@ -54,9 +54,9 @@ <h1>
54
{{else}}
55
<div style="font-size: 1.2em;">
56
<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">
+ <img src="{{.static_domain}}/static/img/zsxq.jpg?imageView2/2/w/380" alt="知识星球" class="img-responsive">
58
<p>或者给我们转账成为付费用户,有效期一年,限时优惠:99元/年</p>
59
- <img src="{{.static_domain}}/static/img/wxpay99.jpg" alt="转账付费" class="img-responsive">
+ <img src="{{.static_domain}}/static/img/wxpay99.jpg?imageView2/2/w/380" alt="转账付费" class="img-responsive">
60
</div>
61
{{end}}
62
0 commit comments