mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<ul class="joe_detail__friends">
|
||||
<?php foreach ($friends as $item) : ?>
|
||||
<li class="joe_detail__friends-item">
|
||||
<a class="contain" href="http://ae.js.cn" target="_blank" rel="noopener noreferrer" style="background: <?php echo $friends_color[mt_rand(0, count($friends_color) - 1)] ?>">
|
||||
<a class="contain" href="<?php echo $item['url']; ?>" target="_blank" rel="noopener noreferrer" style="background: <?php echo $friends_color[mt_rand(0, count($friends_color) - 1)] ?>">
|
||||
<span class="title"><?php echo $item['name']; ?></span>
|
||||
<div class="content">
|
||||
<div class="desc"><?php echo $item['desc']; ?></div>
|
||||
|
||||
Reference in New Issue
Block a user