更新
This commit is contained in:
parent
8aa1646516
commit
6d723af7aa
@ -27,7 +27,8 @@ class Editor
|
|||||||
}
|
}
|
||||||
if (!file) return;
|
if (!file) return;
|
||||||
let uploadUrl = '<?php Helper::security()->index('/action/upload'); ?>';
|
let uploadUrl = '<?php Helper::security()->index('/action/upload'); ?>';
|
||||||
($('input[name="cid"]').val()) && (uploadUrl = uploadUrl + '&cid=' + cid);
|
let cid = $('input[name="cid"]').val()
|
||||||
|
cid && (uploadUrl = uploadUrl + '&cid=' + cid);
|
||||||
let random = Date.now().toString(36);
|
let random = Date.now().toString(36);
|
||||||
let fileName = random + '.png'
|
let fileName = random + '.png'
|
||||||
let uploadText = '[图片上传中...(' + random + ')]';
|
let uploadText = '[图片上传中...(' + random + ')]';
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.2.8";
|
return "5.2.9";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
341
index.php
341
index.php
@ -8,197 +8,178 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!--
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* Joe 主题牛逼, 使用 Joe 主题得永生。
|
|
||||||
* 观自在菩萨,行深般若波罗蜜多时,照见五蕴皆空,渡一切苦厄。
|
|
||||||
* 舍利子!色不异空,空不异色;色即是空,空即是色;受想行识,亦复如是。
|
|
||||||
* 舍利子!是诸法空相,不生不灭,不垢不净,不增不减。
|
|
||||||
* 是故空中无色,无受想行识,无眼耳鼻舌身意,无色声香味触法,无眼界,乃至无意识界。
|
|
||||||
* 无无明,亦无无明尽,乃至无老死,亦无老死尽,无苦集灭道。无智亦无得。
|
|
||||||
* 以无所得故,菩提萨埵,依般若波罗蜜多故,心无罣碍,无罣碍故,无有恐怖, 远离颠倒梦想,究竟涅槃。
|
|
||||||
* 三世诸佛,依般若波罗蜜多故,得阿耨多罗三藐三菩提。
|
|
||||||
* 故知般若波罗蜜多,是大神咒,是大明咒,是无上咒,是无等等咒,能除一切苦,真实不虚。
|
|
||||||
* 故说般若波罗蜜多咒,即说咒曰︰揭諦揭諦,波罗揭諦,波罗僧揭諦,菩提娑婆呵。
|
|
||||||
*
|
|
||||||
*
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="zh-CN">
|
<html lang="zh-CN">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<?php $this->need('public/include.php'); ?>
|
<?php $this->need('public/include.php'); ?>
|
||||||
<!-- 首页所使用到的CSS以及JS -->
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.index.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.index.css'); ?>">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@5.4.5/css/swiper.min.css" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@5.4.5/css/swiper.min.css" />
|
<script src="https://cdn.jsdelivr.net/npm/swiper@5.4.5/js/swiper.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/swiper@5.4.5/js/swiper.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/wowjs@1.1.3/dist/wow.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/wowjs@1.1.3/dist/wow.min.js"></script>
|
<script src="<?php $this->options->themeUrl('assets/js/joe.index.js'); ?>"></script>
|
||||||
<script src="<?php $this->options->themeUrl('assets/js/joe.index.js?v=217'); ?>"></script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="Joe">
|
<div id="Joe">
|
||||||
<?php $this->need('public/header.php'); ?>
|
<?php $this->need('public/header.php'); ?>
|
||||||
<div class="joe_container">
|
<div class="joe_container">
|
||||||
<div class="joe_main">
|
<div class="joe_main">
|
||||||
<div class="joe_index">
|
<div class="joe_index">
|
||||||
<?php
|
<?php
|
||||||
$carousel = [];
|
$carousel = [];
|
||||||
$carousel_text = $this->options->JIndex_Carousel;
|
$carousel_text = $this->options->JIndex_Carousel;
|
||||||
if ($carousel_text) {
|
if ($carousel_text) {
|
||||||
$carousel_arr = explode("\r\n", $carousel_text);
|
$carousel_arr = explode("\r\n", $carousel_text);
|
||||||
if (count($carousel_arr) > 0) {
|
if (count($carousel_arr) > 0) {
|
||||||
for ($i = 0; $i < count($carousel_arr); $i++) {
|
for ($i = 0; $i < count($carousel_arr); $i++) {
|
||||||
$img = explode("||", $carousel_arr[$i])[0];
|
$img = explode("||", $carousel_arr[$i])[0];
|
||||||
$url = explode("||", $carousel_arr[$i])[1];
|
$url = explode("||", $carousel_arr[$i])[1];
|
||||||
$title = explode("||", $carousel_arr[$i])[2];
|
$title = explode("||", $carousel_arr[$i])[2];
|
||||||
$carousel[] = array("img" => trim($img), "url" => trim($url), "title" => trim($title));
|
$carousel[] = array("img" => trim($img), "url" => trim($url), "title" => trim($title));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$recommend = [];
|
$recommend = [];
|
||||||
$recommend_text = $this->options->JIndex_Recommend;
|
$recommend_text = $this->options->JIndex_Recommend;
|
||||||
if ($recommend_text) {
|
if ($recommend_text) {
|
||||||
$recommend_arr = explode("||", $recommend_text);
|
$recommend_arr = explode("||", $recommend_text);
|
||||||
if (count($recommend_arr) === 2) $recommend = $recommend_arr;
|
if (count($recommend_arr) === 2) $recommend = $recommend_arr;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php if (sizeof($carousel) > 0 || sizeof($recommend) === 2) : ?>
|
<?php if (sizeof($carousel) > 0 || sizeof($recommend) === 2) : ?>
|
||||||
<div class="joe_index__banner">
|
<div class="joe_index__banner">
|
||||||
<?php if (sizeof($carousel) > 0) : ?>
|
<?php if (sizeof($carousel) > 0) : ?>
|
||||||
<div class="swiper-container">
|
<div class="swiper-container">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
<?php foreach ($carousel as $item) : ?>
|
<?php foreach ($carousel as $item) : ?>
|
||||||
<div class="swiper-slide">
|
<div class="swiper-slide">
|
||||||
<a class="item" href="<?php echo $item['url'] ?>" target="_blank" rel="noopener noreferrer nofollow">
|
<a class="item" href="<?php echo $item['url'] ?>" target="_blank" rel="noopener noreferrer nofollow">
|
||||||
<img class="thumbnail lazyload" src="<?php _getLazyload() ?>" data-src="<?php echo $item['img'] ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php echo $item['title'] ?>" width="100%" height="100%" />
|
<img class="thumbnail lazyload" src="<?php _getLazyload() ?>" data-src="<?php echo $item['img'] ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php echo $item['title'] ?>" width="100%" height="100%" />
|
||||||
<div class="title"><?php echo $item['title'] ?></div>
|
<div class="title"><?php echo $item['title'] ?></div>
|
||||||
<svg class="icon" viewBox="0 0 1026 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="18">
|
<svg class="icon" viewBox="0 0 1026 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="18" height="18">
|
||||||
<path d="M784.299475 1007.961156a33.200407 33.200407 0 0 1-27.105646-9.061947l-216.524395-144.349597-108.903751 108.262198c-9.061947 9.061947-36.167593 18.0437-45.229541 9.061947a49.720417 49.720417 0 0 1-27.105646-45.229541v-198.881666A33.200407 33.200407 0 0 1 368.893414 700.656903l343.070875-370.577492a44.748375 44.748375 0 0 1 63.273239 63.27324L441.068212 754.868196v72.174799l63.27324-54.211293a42.583131 42.583131 0 0 1 54.211293-9.061947L757.193829 890.155846l153.652126-749.81596-759.198684 370.497298 171.695826 108.50278c18.0437 9.061947 27.105646 45.22954 9.061946 63.27324-9.061947 18.0437-45.22954 27.105646-63.273239 18.043699L34.082544 547.004777C25.100791 538.023025 16.038844 529.281854 16.038844 510.837184s9.061947-27.105646 27.105647-36.167594l903.788863-451.814237c18.0437-9.061947 36.167593-9.061947 45.229541 0C1010.447177 32.077688 1010.447177 49.960999 1010.447177 68.004699l-180.757773 903.788864c0 18.0437-9.061947 27.105646-27.105646 36.167593z"></path>
|
<path d="M784.299475 1007.961156a33.200407 33.200407 0 0 1-27.105646-9.061947l-216.524395-144.349597-108.903751 108.262198c-9.061947 9.061947-36.167593 18.0437-45.229541 9.061947a49.720417 49.720417 0 0 1-27.105646-45.229541v-198.881666A33.200407 33.200407 0 0 1 368.893414 700.656903l343.070875-370.577492a44.748375 44.748375 0 0 1 63.273239 63.27324L441.068212 754.868196v72.174799l63.27324-54.211293a42.583131 42.583131 0 0 1 54.211293-9.061947L757.193829 890.155846l153.652126-749.81596-759.198684 370.497298 171.695826 108.50278c18.0437 9.061947 27.105646 45.22954 9.061946 63.27324-9.061947 18.0437-45.22954 27.105646-63.273239 18.043699L34.082544 547.004777C25.100791 538.023025 16.038844 529.281854 16.038844 510.837184s9.061947-27.105646 27.105647-36.167594l903.788863-451.814237c18.0437-9.061947 36.167593-9.061947 45.229541 0C1010.447177 32.077688 1010.447177 49.960999 1010.447177 68.004699l-180.757773 903.788864c0 18.0437-9.061947 27.105646-27.105646 36.167593z"></path>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="swiper-pagination"></div>
|
<div class="swiper-pagination"></div>
|
||||||
<div class="swiper-button-next"></div>
|
<div class="swiper-button-next"></div>
|
||||||
<div class="swiper-button-prev"></div>
|
<div class="swiper-button-prev"></div>
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if (sizeof($recommend) === 2) : ?>
|
|
||||||
<div class="joe_index__banner-recommend <?php echo sizeof($carousel) === 0 ? 'noswiper' : '' ?>">
|
|
||||||
<?php foreach ($recommend as $cid) : ?>
|
|
||||||
<?php $this->widget('Widget_Archive@' . $cid, 'pageSize=1&type=post', 'cid=' . $cid)->to($item); ?>
|
|
||||||
<figure class="item">
|
|
||||||
<a class="thumbnail" href="<?php $item->permalink() ?>" title="<?php $item->title() ?>">
|
|
||||||
<img class="lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title() ?>" width="100%" />
|
|
||||||
</a>
|
|
||||||
<figcaption class="information">
|
|
||||||
<span class="type">推荐</span>
|
|
||||||
<div class="text"><?php $item->title() ?></div>
|
|
||||||
</figcaption>
|
|
||||||
</figure>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php if ($this->options->JIndex_Hot === "on") : ?>
|
|
||||||
<?php $this->widget('Widget_Contents_Hot@Index', 'pageSize=4')->to($item); ?>
|
|
||||||
<div class="joe_index__hot">
|
|
||||||
<ul class="joe_index__hot-list">
|
|
||||||
<?php while ($item->next()) : ?>
|
|
||||||
<li class="item">
|
|
||||||
<a class="link" href="<?php $item->permalink(); ?>" title="<?php $item->title(); ?>">
|
|
||||||
<figure class="inner">
|
|
||||||
<span class="views"><?php $item->views(); ?> ℃</span>
|
|
||||||
<img class="image lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title(); ?>" />
|
|
||||||
<figcaption class="title"><?php $item->title(); ?></figcaption>
|
|
||||||
</figure>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<?php endwhile; ?>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
<?php
|
|
||||||
$index_ad_text = $this->options->JIndex_Ad;
|
|
||||||
$index_ad = null;
|
|
||||||
if ($index_ad_text) {
|
|
||||||
$index_ad_arr = explode("||", $index_ad_text);
|
|
||||||
if (count($index_ad_arr) === 2) $index_ad = array("image" => trim($index_ad_arr[0]), "url" => trim($index_ad_arr[1]));
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<?php if ($index_ad) : ?>
|
|
||||||
<div class="joe_index__ad">
|
|
||||||
<a class="joe_index__ad-link" href="<?php echo $index_ad['url'] ?>" target="_blank" rel="noopener noreferrer nofollow">
|
|
||||||
<img class="image lazyload" src="<?php _getLazyload() ?>" data-src="<?php echo $index_ad['image'] ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php echo $index_ad['url'] ?>" width="100%" />
|
|
||||||
<span class="icon">广告</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<div class="joe_index__title">
|
|
||||||
<ul class="joe_index__title-title">
|
|
||||||
<li class="item" data-type="created">最新文章</li>
|
|
||||||
<li class="item" data-type="views">热门文章</li>
|
|
||||||
<li class="item" data-type="commentsNum">评论最多</li>
|
|
||||||
<li class="item" data-type="agree">点赞最多</li>
|
|
||||||
<li class="line"></li>
|
|
||||||
</ul>
|
|
||||||
<?php
|
|
||||||
$index_notice_text = $this->options->JIndex_Notice;
|
|
||||||
$index_notice = null;
|
|
||||||
if ($index_notice_text) {
|
|
||||||
$index_notice_arr = explode("||", $index_notice_text);
|
|
||||||
if (count($index_notice_arr) === 2) $index_notice = array("text" => trim($index_notice_arr[0]), "url" => trim($index_notice_arr[1]));
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<?php if ($index_notice) : ?>
|
|
||||||
<div class="joe_index__title-notice">
|
|
||||||
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20">
|
|
||||||
<path d="M656.26112 347.20768a188.65152 188.65152 0 1 0 0 324.04992V347.20768z" fill="#F4CA1C"></path>
|
|
||||||
<path d="M668.34944 118.88128a73.34912 73.34912 0 0 0-71.168-4.06016L287.17056 263.5008a4.608 4.608 0 0 1-2.01216 0.4608H130.048A73.728 73.728 0 0 0 56.32 337.59744v349.63968a73.728 73.728 0 0 0 73.728 73.63584h156.55424a4.67968 4.67968 0 0 1 1.94048 0.43008l309.59104 143.19616a73.7024 73.7024 0 0 0 104.66816-66.82112V181.20704a73.216 73.216 0 0 0-34.45248-62.32576zM125.40416 687.23712V337.59744a4.608 4.608 0 0 1 4.608-4.608h122.0352v358.88128H130.048a4.608 4.608 0 0 1-4.64384-4.6336z m508.31872 150.44096a4.608 4.608 0 0 1-6.56384 4.19328l-306.02752-141.55264V323.77344l305.9712-146.72384a4.608 4.608 0 0 1 6.62016 4.15744v656.47104z m304.5376-358.95808h-150.25152a34.5088 34.5088 0 1 0 0 69.0176h150.25152a34.5088 34.5088 0 1 0 0-69.0176z m-128.25088-117.76a34.44736 34.44736 0 0 0 24.41728-10.10176L940.672 244.736a34.52416 34.52416 0 0 0-48.83968-48.80896L785.5872 302.08a34.5088 34.5088 0 0 0 24.4224 58.88z m24.41728 314.60864a34.52416 34.52416 0 1 0-48.83968 48.81408l106.24512 106.1376a34.52416 34.52416 0 0 0 48.83968-48.80896z" fill="#595BB3"></path>
|
|
||||||
</svg>
|
|
||||||
<a href="<?php echo $index_notice['url'] ?>" target="_blank" rel="noopener noreferrer nofollow"><?php echo $index_notice['text'] ?></a>
|
|
||||||
</div>
|
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
|
||||||
<div class="joe_index__list" data-wow="<?php $this->options->JList_Animate() ?>">
|
|
||||||
<ul class="joe_list"></ul>
|
|
||||||
<ul class="joe_list__loading">
|
|
||||||
<li class="item">
|
|
||||||
<div class="thumbnail"></div>
|
|
||||||
<div class="information">
|
|
||||||
<div class="title"></div>
|
|
||||||
<div class="abstract">
|
|
||||||
<p></p>
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
<li class="item">
|
|
||||||
<div class="thumbnail"></div>
|
|
||||||
<div class="information">
|
|
||||||
<div class="title"></div>
|
|
||||||
<div class="abstract">
|
|
||||||
<p></p>
|
|
||||||
<p></p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="joe_load">查看更多</div>
|
<?php endif; ?>
|
||||||
|
<?php if (sizeof($recommend) === 2) : ?>
|
||||||
|
<div class="joe_index__banner-recommend <?php echo sizeof($carousel) === 0 ? 'noswiper' : '' ?>">
|
||||||
|
<?php foreach ($recommend as $cid) : ?>
|
||||||
|
<?php $this->widget('Widget_Archive@' . $cid, 'pageSize=1&type=post', 'cid=' . $cid)->to($item); ?>
|
||||||
|
<figure class="item">
|
||||||
|
<a class="thumbnail" href="<?php $item->permalink() ?>" title="<?php $item->title() ?>">
|
||||||
|
<img class="lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title() ?>" width="100%" />
|
||||||
|
</a>
|
||||||
|
<figcaption class="information">
|
||||||
|
<span class="type">推荐</span>
|
||||||
|
<div class="text"><?php $item->title() ?></div>
|
||||||
|
</figcaption>
|
||||||
|
</figure>
|
||||||
|
<?php endforeach; ?>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->need('public/aside.php'); ?>
|
<?php endif; ?>
|
||||||
|
<?php if ($this->options->JIndex_Hot === "on") : ?>
|
||||||
|
<?php $this->widget('Widget_Contents_Hot@Index', 'pageSize=4')->to($item); ?>
|
||||||
|
<div class="joe_index__hot">
|
||||||
|
<ul class="joe_index__hot-list">
|
||||||
|
<?php while ($item->next()) : ?>
|
||||||
|
<li class="item">
|
||||||
|
<a class="link" href="<?php $item->permalink(); ?>" title="<?php $item->title(); ?>">
|
||||||
|
<figure class="inner">
|
||||||
|
<span class="views"><?php $item->views(); ?> ℃</span>
|
||||||
|
<img class="image lazyload" src="<?php _getLazyload(); ?>" data-src="<?php echo _getThumbnails($item)[0]; ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php $item->title(); ?>" />
|
||||||
|
<figcaption class="title"><?php $item->title(); ?></figcaption>
|
||||||
|
</figure>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<?php endwhile; ?>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
<?php
|
||||||
|
$index_ad_text = $this->options->JIndex_Ad;
|
||||||
|
$index_ad = null;
|
||||||
|
if ($index_ad_text) {
|
||||||
|
$index_ad_arr = explode("||", $index_ad_text);
|
||||||
|
if (count($index_ad_arr) === 2) $index_ad = array("image" => trim($index_ad_arr[0]), "url" => trim($index_ad_arr[1]));
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<?php if ($index_ad) : ?>
|
||||||
|
<div class="joe_index__ad">
|
||||||
|
<a class="joe_index__ad-link" href="<?php echo $index_ad['url'] ?>" target="_blank" rel="noopener noreferrer nofollow">
|
||||||
|
<img class="image lazyload" src="<?php _getLazyload() ?>" data-src="<?php echo $index_ad['image'] ?>" onerror="javascript: this.src='<?php _getLazyload() ?>';" alt="<?php echo $index_ad['url'] ?>" width="100%" />
|
||||||
|
<span class="icon">广告</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<div class="joe_index__title">
|
||||||
|
<ul class="joe_index__title-title">
|
||||||
|
<li class="item" data-type="created">最新文章</li>
|
||||||
|
<li class="item" data-type="views">热门文章</li>
|
||||||
|
<li class="item" data-type="commentsNum">评论最多</li>
|
||||||
|
<li class="item" data-type="agree">点赞最多</li>
|
||||||
|
<li class="line"></li>
|
||||||
|
</ul>
|
||||||
|
<?php
|
||||||
|
$index_notice_text = $this->options->JIndex_Notice;
|
||||||
|
$index_notice = null;
|
||||||
|
if ($index_notice_text) {
|
||||||
|
$index_notice_arr = explode("||", $index_notice_text);
|
||||||
|
if (count($index_notice_arr) === 2) $index_notice = array("text" => trim($index_notice_arr[0]), "url" => trim($index_notice_arr[1]));
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
<?php if ($index_notice) : ?>
|
||||||
|
<div class="joe_index__title-notice">
|
||||||
|
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="20" height="20">
|
||||||
|
<path d="M656.26112 347.20768a188.65152 188.65152 0 1 0 0 324.04992V347.20768z" fill="#F4CA1C"></path>
|
||||||
|
<path d="M668.34944 118.88128a73.34912 73.34912 0 0 0-71.168-4.06016L287.17056 263.5008a4.608 4.608 0 0 1-2.01216 0.4608H130.048A73.728 73.728 0 0 0 56.32 337.59744v349.63968a73.728 73.728 0 0 0 73.728 73.63584h156.55424a4.67968 4.67968 0 0 1 1.94048 0.43008l309.59104 143.19616a73.7024 73.7024 0 0 0 104.66816-66.82112V181.20704a73.216 73.216 0 0 0-34.45248-62.32576zM125.40416 687.23712V337.59744a4.608 4.608 0 0 1 4.608-4.608h122.0352v358.88128H130.048a4.608 4.608 0 0 1-4.64384-4.6336z m508.31872 150.44096a4.608 4.608 0 0 1-6.56384 4.19328l-306.02752-141.55264V323.77344l305.9712-146.72384a4.608 4.608 0 0 1 6.62016 4.15744v656.47104z m304.5376-358.95808h-150.25152a34.5088 34.5088 0 1 0 0 69.0176h150.25152a34.5088 34.5088 0 1 0 0-69.0176z m-128.25088-117.76a34.44736 34.44736 0 0 0 24.41728-10.10176L940.672 244.736a34.52416 34.52416 0 0 0-48.83968-48.80896L785.5872 302.08a34.5088 34.5088 0 0 0 24.4224 58.88z m24.41728 314.60864a34.52416 34.52416 0 1 0-48.83968 48.81408l106.24512 106.1376a34.52416 34.52416 0 0 0 48.83968-48.80896z" fill="#595BB3"></path>
|
||||||
|
</svg>
|
||||||
|
<a href="<?php echo $index_notice['url'] ?>" target="_blank" rel="noopener noreferrer nofollow"><?php echo $index_notice['text'] ?></a>
|
||||||
|
</div>
|
||||||
|
<?php endif; ?>
|
||||||
|
</div>
|
||||||
|
<div class="joe_index__list" data-wow="<?php $this->options->JList_Animate() ?>">
|
||||||
|
<ul class="joe_list"></ul>
|
||||||
|
<ul class="joe_list__loading">
|
||||||
|
<li class="item">
|
||||||
|
<div class="thumbnail"></div>
|
||||||
|
<div class="information">
|
||||||
|
<div class="title"></div>
|
||||||
|
<div class="abstract">
|
||||||
|
<p></p>
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="item">
|
||||||
|
<div class="thumbnail"></div>
|
||||||
|
<div class="information">
|
||||||
|
<div class="title"></div>
|
||||||
|
<div class="abstract">
|
||||||
|
<p></p>
|
||||||
|
<p></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->need('public/footer.php'); ?>
|
<div class="joe_load">查看更多</div>
|
||||||
|
</div>
|
||||||
|
<?php $this->need('public/aside.php'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
<?php $this->need('public/footer.php'); ?>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,37 +1,32 @@
|
|||||||
<script>
|
<script>
|
||||||
/* 用于页面一进入,直接判断是否是黑夜模式,请勿将它移走或删除,必须放这里,解决闪烁问题,下面的style也是,请勿修改 */
|
localStorage.getItem("data-night") && document.querySelector("html").setAttribute("data-night", "night");
|
||||||
localStorage.getItem("data-night") && document.querySelector("html").setAttribute("data-night", "night");
|
window.Joe = {
|
||||||
window.Joe = {
|
LIVE2D: '<?php $this->options->JLive2d() ?>',
|
||||||
LIVE2D: '<?php $this->options->JLive2d() ?>',
|
BASE_API: '<?php echo $this->options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>',
|
||||||
BASE_API: '<?php echo $this->options->rewrite == 0 ? '/index.php/joe/api' : '/joe/api' ?>',
|
DYNAMIC_BACKGROUND: '<?php $this->options->JDynamic_Background() ?>',
|
||||||
DYNAMIC_BACKGROUND: '<?php $this->options->JDynamic_Background() ?>',
|
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>',
|
||||||
WALLPAPER_BACKGROUND_PC: '<?php $this->options->JWallpaper_Background_PC() ?>',
|
IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent),
|
||||||
IS_MOBILE: /windows phone|iphone|android/gi.test(window.navigator.userAgent),
|
BAIDU_PUSH: <?php echo $this->options->JBaiduToken ? 'true' : 'false' ?>,
|
||||||
BAIDU_PUSH: <?php echo $this->options->JBaiduToken ? 'true' : 'false' ?>,
|
DOCUMENT_TITLE: '<?php $this->options->JDocumentTitle() ?>',
|
||||||
DOCUMENT_TITLE: '<?php $this->options->JDocumentTitle() ?>',
|
LAZY_LOAD: '<?php _getLazyload() ?>',
|
||||||
LAZY_LOAD: '<?php _getLazyload() ?>',
|
BIRTHDAY: '<?php $this->options->JBirthDay() ?>',
|
||||||
BIRTHDAY: '<?php $this->options->JBirthDay() ?>',
|
}
|
||||||
}
|
function detectIE(){var n=window.navigator.userAgent,e=n.indexOf("MSIE ");if(e>0){return parseInt(n.substring(e+5,n.indexOf(".",e)),10)}if(n.indexOf("Trident/")>0){var r=n.indexOf("rv:");return parseInt(n.substring(r+3,n.indexOf(".",r)),10)}var i=n.indexOf("Edge/");return i>0&&parseInt(n.substring(i+5,n.indexOf(".",i)),10)};
|
||||||
/* 判断是否是ie浏览器 */
|
detectIE() && (alert('当前站点不支持IE浏览器或您开启了兼容模式,请使用其他浏览器访问或关闭兼容模式。'), (location.href = 'https://www.baidu.com'))
|
||||||
function detectIE(){var n=window.navigator.userAgent,e=n.indexOf("MSIE ");if(e>0)return parseInt(n.substring(e+5,n.indexOf(".",e)),10);if(n.indexOf("Trident/")>0){var r=n.indexOf("rv:");return parseInt(n.substring(r+3,n.indexOf(".",r)),10)}var i=n.indexOf("Edge/");return i>0&&parseInt(n.substring(i+5,n.indexOf(".",i)),10)}
|
|
||||||
detectIE() && (alert('当前站点不支持IE浏览器或您开启了兼容模式,请使用其他浏览器访问或关闭兼容模式。'), (location.href = 'https://www.baidu.com'))
|
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
body::before {
|
body::before {
|
||||||
background: <?php
|
background: <?php if (_isMobile()) {
|
||||||
if (_isMobile()) {
|
echo $this->options->JWallpaper_Background_WAP ? "url(" . $this->options->JWallpaper_Background_WAP . ")" : "#f5f5f5";
|
||||||
echo $this->options->JWallpaper_Background_WAP ? "url(" . $this->options->JWallpaper_Background_WAP . ")" : "#f5f5f5";
|
} else {
|
||||||
} else {
|
echo $this->options->JWallpaper_Background_PC ? "url(" . $this->options->JWallpaper_Background_PC . ")" : "#f5f5f5";
|
||||||
echo $this->options->JWallpaper_Background_PC ? "url(" . $this->options->JWallpaper_Background_PC . ")" : "#f5f5f5";
|
} ?>;
|
||||||
} ?>;
|
background-position: center 0;
|
||||||
background-position: center 0;
|
background-repeat: no-repeat;
|
||||||
background-repeat: no-repeat;
|
background-size: cover;
|
||||||
background-size: cover;
|
}
|
||||||
}
|
<?php $this->options->JCustomCSS() ?>
|
||||||
|
|
||||||
<?php $this->options->JCustomCSS() ?>
|
|
||||||
</style>
|
</style>
|
||||||
<!-- <<<<<<<<<<<<<<<<<<<< 主题开始 >>>>>>>>>>>>>>>>>>>> -->
|
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="renderer" content="webkit" />
|
<meta name="renderer" content="webkit" />
|
||||||
<meta name="format-detection" content="email=no" />
|
<meta name="format-detection" content="email=no" />
|
||||||
@ -43,25 +38,23 @@
|
|||||||
<link rel="shortcut icon" href="<?php $this->options->JFavicon() ?>" />
|
<link rel="shortcut icon" href="<?php $this->options->JFavicon() ?>" />
|
||||||
<title><?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this->options->title(); ?></title>
|
<title><?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this->options->title(); ?></title>
|
||||||
<?php if ($this->is('single')) : ?>
|
<?php if ($this->is('single')) : ?>
|
||||||
<meta name="keywords" content="<?php echo $this->fields->keywords ? $this->fields->keywords : htmlspecialchars($this->_keywords); ?>" />
|
<meta name="keywords" content="<?php echo $this->fields->keywords ? $this->fields->keywords : htmlspecialchars($this->_keywords); ?>" />
|
||||||
<meta name="description" content="<?php echo $this->fields->description ? $this->fields->description : htmlspecialchars($this->_description); ?>" />
|
<meta name="description" content="<?php echo $this->fields->description ? $this->fields->description : htmlspecialchars($this->_description); ?>" />
|
||||||
<?php $this->header('keywords=&description='); ?>
|
<?php $this->header('keywords=&description='); ?>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<?php $this->header(); ?>
|
<?php $this->header(); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<!-- 全局公用CSS(静态资源放在了CDN上,如果你的服务器带宽不够,请不要修改成本地,cdn采用jsdelivr放心不会失效) -->
|
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>">
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css'); ?>">
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css'); ?>">
|
||||||
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css'); ?>">
|
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css'); ?>">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" />
|
||||||
<?php if (in_array('weather', $this->options->JAside) && $this->options->JAside_Weather_Key) : ?>
|
<?php if (in_array('weather', $this->options->JAside) && $this->options->JAside_Weather_Key) : ?>
|
||||||
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
|
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.7.2/animate.min.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.7.2/animate.min.css" />
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css">
|
||||||
<!-- 全局公用JS(静态资源放在了CDN上,如果你的服务器带宽不够,请不要修改成本地,cdn采用jsdelivr放心不会失效) -->
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/scroll/joe.scroll.js"></script>
|
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/scroll/joe.scroll.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/lazysizes@5.3.0/lazysizes.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/lazysizes@5.3.0/lazysizes.min.js"></script>
|
||||||
@ -70,8 +63,7 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.js"></script>
|
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.js"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/js/joe.extend.js"></script>
|
<script src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/js/joe.extend.js"></script>
|
||||||
<script src="<?php $this->options->themeUrl('assets/js/joe.global.js'); ?>"></script>
|
<script src="<?php $this->options->themeUrl('assets/js/joe.global.js'); ?>"></script>
|
||||||
<!-- 异步加载的JS -->
|
|
||||||
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/smooth/joe.smooth.js"></script>
|
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/smooth/joe.smooth.js"></script>
|
||||||
<?php if ($this->options->JCursorEffects && $this->options->JCursorEffects !== 'off') : ?>
|
<?php if ($this->options->JCursorEffects && $this->options->JCursorEffects !== 'off') : ?>
|
||||||
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/cursor/<?php $this->options->JCursorEffects() ?>"></script>
|
<script async src="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/assets/cursor/<?php $this->options->JCursorEffects() ?>"></script>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
Loading…
Reference in New Issue
Block a user