Dx1.5界面功能:家园首页任务提示内容里增加相应的奖励内容
修改方法:
修改文件:\template\default\home\space_home.htm
查找:<p>$task</p>在下面增加:<!--{if $task==credit}-->
<p><strong class="xi1">{$_G['setting']['extcredits'][$task]}+{$task}</strong></p>
<!--{/if}-->
<!--{if $task==magic}-->
<p><strong class="xi1">{$_G['cache']['magics'][$task]}+{$task}</strong></p>
<!--{/if}-->
<!--{if $task==group}-->
<p><strong class="xi1">{$_G['cache']['usergroups'][$task]}{if $task}有效期:{$task}天{else}永久{/if}</strong></p>
<!--{/if}-->
页:
[1]