2 Star 5 Fork 1

广树/Typecho_CYBER DIMENSION NEPTUNE_主题模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
footer.php 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
广树 提交于 2018-03-12 09:17 . 增加了光点配置
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</div><!-- end .row -->
</div>
</div><!-- end #body -->
</div>
<div id="pagetop"></div>
<footer id="footer" role="contentinfo">
&copy; <?php echo date('Y'); ?> <a href="<?php $this->options->siteUrl(); ?>"><?php $this->options->title(); ?></a>.
<?php _e('由 <a href="http://www.typecho.org">Typecho</a> 强力驱动'); ?>.<span class="blog_icp">Theme By <a href="http://www.wikimoe.com" target="_blank">Hiroki</a>.<a href="http://www.miibeian.gov.cn" target="_blank" style="color: inherit;"><?php $this->options->icp() ?></a></span>
</footer><!-- end #footer -->
<?php $this->footer(); ?>
<?php $this->options->Tongji() ?>
<?php if ($this->is('index')): ?>
<script src="<?php $this->options->themeUrl('spark.js'); ?>"></script>
<?php endif; ?>
<script src="<?php $this->options->themeUrl('/lib/highlight/highlight.pack.js'); ?>"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script>
(function(_global) {
console.log($('.home_goddesses').attr('style'));
$(window).scroll(function(){
var s=$(window).scrollTop();
if(s>60){
$("#pagetop").show();
}else{
$("#pagetop").hide();
}
});
$("#pagetop").on('click',function(){
$('html, body').animate({scrollTop: 0}, 300);
});
$('#mobile_menu_open').click(function(){
$('.mobile_nav_body').fadeIn();
$('.wikimoe_overlay_black').fadeIn();
});
$('#mobile_menu_close').click(function(){
$('.mobile_nav_body').fadeOut();
$('.wikimoe_overlay_black').fadeOut();
});
$('.wikimoe_overlay_black').click(function(){
$('.mobile_nav_body').fadeOut();
$('.wikimoe_overlay_black').fadeOut();
});
var home_el = $('.home_goddesses');
$(window).load(function(){
$('#loading-wrapper').hide();
if(home_el.length>0){
$('.home_goddesses').fadeIn(500);
}
});
if(home_el.length>0){
$(document).on('mousemove', function(e) {
var offsetX = e.clientX / window.innerWidth;
var _left = -40 * offsetX;
var w = ($(window).width()-1239)/2;
$('.home_goddesses').css('background-position',w+_left*0.6+'px'+' top');
});
}
if(home_el.length>0){
$('.page-navigator').on('click','a',function(){
var href_ = $(this).attr('href');
$('.page-navigator').fadeOut(200);
$('.blog_page_loading').fadeIn(200);
jQuery.ajax({
type: 'GET',
url: href_+'?load_type=ajax',
success: function(res) {
$('#index_blog_content').empty().append(res);
var page_info_ = $('#index_blog_content').find('.page-navigator').html();
$('#index_blog_content').find('.page-navigator').remove();
$('.page-navigator').empty().append(page_info_);
$('.page-navigator').fadeIn(200);
$('html, body').animate({scrollTop: ($('#index_blog_content').offset().top)-80}, 300);
$('.blog_page_loading').fadeOut(200);
},
error:function(){
$('.page-navigator').fadeIn(200);
$('.blog_page_loading').fadeOut(200);
alert('获取信息失败');
}
});
return false;
});
}
})(this);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/eeg1412/typecho_cyberdimensionneptune__theme_template.git
git@gitee.com:eeg1412/typecho_cyberdimensionneptune__theme_template.git
eeg1412
typecho_cyberdimensionneptune__theme_template
Typecho_CYBER DIMENSION NEPTUNE_主题模板
master

搜索帮助