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

Skip to content

Commit e3bc119

Browse files
committed
置顶消耗铜币修改
1 parent 99aaecf commit e3bc119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logic/observer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (UserRichObserver) Update(action string, uid, objtype, objid int) {
392392
topic.Title)
393393
} else if action == actionTop {
394394
typ = model.MissionTypeTop
395-
award = -200
395+
award = -30000
396396

397397
switch objtype {
398398
case model.TypeTopic:

template/rich/add.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>微信</h3>
3838
并且,充值会员还可以使用以下额外功能:
3939
<div class="sep10"></div>
4040
<ul>
41-
<li>置顶自己的主题或文章 1 天 / <span class="c9">每次消耗 200 铜币</span></li>
41+
<li>置顶自己的主题或文章 1 天 / <span class="c9">每次消耗 30,000 铜币</span></li>
4242
<!--<li>可关闭 {{.setting.Name}} 侧栏广告</li>-->
4343
</ul>
4444
</div>

0 commit comments

Comments
 (0)