将以下代码插入到read.hst
<div class="v8-hide-md"></div>下方<div class="medal-container" style="font-size:14px; line-height:1.5; display:flex; flex-wrap:wrap; gap:5px; margin-top:4px; position:relative;">
<span style="width:57px; display:inline-block;"></span>
{php}
$mdh = '';
foreach (explode(',',$readdata['userdata']['quanxian']) as $str){
$md = medalData($str);
if ($md){
$mdh.='<img src="'.$md['image'].'" alt="'.$md['title'].'" title="'.$md['title'].'" style="width:30px; height:30px; margin:2px; cursor:pointer;" />';
}
}
echo $mdh;
{/php}
</div>本文章最后由
admin 于
2025-06-23 09:18 编辑