更新
This commit is contained in:
parent
9ad9f17994
commit
8f0a2cd6a4
File diff suppressed because one or more lines are too long
@ -1148,6 +1148,7 @@ html[data-night='night'] {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
font-size: 12px;
|
||||||
.author {
|
.author {
|
||||||
.link {
|
.link {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -1161,7 +1162,6 @@ html[data-night='night'] {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--minor);
|
color: var(--minor);
|
||||||
font-size: 12px;
|
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
.line {
|
.line {
|
||||||
color: var(--seat);
|
color: var(--seat);
|
||||||
@ -1441,10 +1441,11 @@ html[data-night='night'] {
|
|||||||
}
|
}
|
||||||
&-hide {
|
&-hide {
|
||||||
background: repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);
|
background: repeating-linear-gradient(145deg, var(--classD), var(--classD) 15px, var(--background) 0, var(--background) 25px);
|
||||||
padding: 10px 0;
|
padding: 15px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
line-height: normal;
|
||||||
i {
|
i {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
@ -87,7 +87,7 @@ function _parseContent($post)
|
|||||||
if ($hasComment) {
|
if ($hasComment) {
|
||||||
$content = preg_replace('/\[hide\](.*?)\[\/hide\]/sm', '$1', $content);
|
$content = preg_replace('/\[hide\](.*?)\[\/hide\]/sm', '$1', $content);
|
||||||
} else {
|
} else {
|
||||||
$content = preg_replace('/\[hide\](.*?)\[\/hide\]/sm', '<span class="joe_detail__article-hide block">此处内容 <i data-scroll="comment">回复</i> 可见</span>', $content);
|
$content = preg_replace('/\[hide\](.*?)\[\/hide\]/sm', '<span class="joe_detail__article-hide block">此处内容作者设置了 <i data-scroll="comment">回复</i> 可见</span>', $content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo $content;
|
echo $content;
|
||||||
|
@ -99,7 +99,7 @@ function _getRecord($self)
|
|||||||
$site = $self->request->site;
|
$site = $self->request->site;
|
||||||
$encryption = md5(mt_rand(1655, 100860065) . time());
|
$encryption = md5(mt_rand(1655, 100860065) . time());
|
||||||
$baiduSite = "https://www.baidu.com/s?ie=utf-8&newi=1&mod=1&isid={$encryption}&wd={$site}&rsv_spt=1&rsv_iqid={$encryption}&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_enter=0&rsv_dl=ib&rsv_sug3=2&rsv_sug1=1&rsv_sug7=001&rsv_n=2&rsv_btype=i&inputT=3083&rsv_sug4=3220&rsv_sug=9&rsv_sid=32818_1460_33042_33060_31660_33099_33101_32961_26350_22159&_ss=1&clist=&hsug=&f4s=1&csor=38&_cr1=32951";
|
$baiduSite = "https://www.baidu.com/s?ie=utf-8&newi=1&mod=1&isid={$encryption}&wd={$site}&rsv_spt=1&rsv_iqid={$encryption}&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_enter=0&rsv_dl=ib&rsv_sug3=2&rsv_sug1=1&rsv_sug7=001&rsv_n=2&rsv_btype=i&inputT=3083&rsv_sug4=3220&rsv_sug=9&rsv_sid=32818_1460_33042_33060_31660_33099_33101_32961_26350_22159&_ss=1&clist=&hsug=&f4s=1&csor=38&_cr1=32951";
|
||||||
$ip = rand(0, 255) . '.' . rand(0, 255) . '.' . rand(0, 255) . '.' . rand(0, 255);
|
$ip = mt_rand(0, 255) . '.' . mt_rand(0, 255) . '.' . mt_rand(0, 255) . '.' . mt_rand(0, 255);
|
||||||
$header[] = "accept-encoding: gzip, deflate";
|
$header[] = "accept-encoding: gzip, deflate";
|
||||||
$header[] = "accept-language: en-US,en;q=0.8";
|
$header[] = "accept-language: en-US,en;q=0.8";
|
||||||
$header[] = "CLIENT-IP:" . $ip;
|
$header[] = "CLIENT-IP:" . $ip;
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
<ul class="joe_detail__friends">
|
<ul class="joe_detail__friends">
|
||||||
<?php foreach ($friends as $item) : ?>
|
<?php foreach ($friends as $item) : ?>
|
||||||
<li class="joe_detail__friends-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[rand(0, count($friends_color) - 1)] ?>">
|
<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)] ?>">
|
||||||
<span class="title"><?php echo $item['name']; ?></span>
|
<span class="title"><?php echo $item['name']; ?></span>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="desc"><?php echo $item['desc']; ?></div>
|
<div class="desc"><?php echo $item['desc']; ?></div>
|
||||||
|
Loading…
Reference in New Issue
Block a user