fix toc of github-style

pull/121/head
spirit 2019-10-28 17:43:19 +08:00
parent 911ddefb3d
commit 55250f8e28
2 changed files with 3 additions and 2 deletions

View File

@ -60,6 +60,7 @@ mashiro_option.entry_content_theme_src = "<?php echo get_template_directory_uri(
<?php }elseif(akina_option('entry_content_theme') == "github") {?>
mashiro_option.entry_content_theme_src = "<?php echo get_template_directory_uri() ?>/cdn/theme/github.css?<?php echo SAKURA_VERSION.akina_option('cookie_version', ''); ?>";
<?php } ?>
mashiro_option.entry_content_theme = "<?php echo akina_option('entry_content_theme'); ?>";
<?php if(akina_option('jsdelivr_cdn_test')){ ?>
mashiro_option.jsdelivr_css_src = "<?php echo get_template_directory_uri() ?>/cdn/css/lib.css?<?php echo SAKURA_VERSION.akina_option('cookie_version', ''); ?>";
@ -81,4 +82,4 @@ mashiro_option.cover_api = "<?php echo $imgurl; ?>";
/*End of Initial Variables*/
</script>
<?php }
add_action('wp_head', 'font_end_js_control');
add_action('wp_head', 'font_end_js_control');

View File

@ -547,7 +547,7 @@ function tableOfContentScroll(flag) {
} else {
if (flag) {
var id = 1,
heading_fix=$("article").hasClass("type-post") ? $("div").hasClass("pattern-attachment-img") ? -75 : 200 : 375;
heading_fix = mashiro_option.entry_content_theme == "sakura" ? $("article").hasClass("type-post") ? $("div").hasClass("pattern-attachment-img") ? -75 : 200 : 375 : window.innerHeight / 2;
$(".entry-content , .links").children("h1,h2,h3,h4,h5").each(function() {
var hyphenated = "toc-head-" + id;
this.id = hyphenated;