From da88f500e0faceb5cef86e1d61da94262d299042 Mon Sep 17 00:00:00 2001 From: cao-gift <3514088137@qq.com> Date: Sat, 20 Jul 2024 13:12:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89auto=20update=20by=20Gmeek=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/assets/GmeekTOC.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca15db0..5e34be2 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ ### :page_facing_up: [12](https://blog.freeblock.cn/tag.html) ### :speech_balloon: 0 ### :hibiscus: 53203 -### :alarm_clock: 2024-07-20 21:07:55 +### :alarm_clock: 2024-07-20 21:12:36 ### Powered by :heart: [Gmeek](https://github.com/Meekdai/Gmeek) diff --git a/docs/assets/GmeekTOC.js b/docs/assets/GmeekTOC.js index b6c5e38..da30319 100644 --- a/docs/assets/GmeekTOC.js +++ b/docs/assets/GmeekTOC.js @@ -29,7 +29,7 @@ function createTOC() { document.addEventListener("DOMContentLoaded", function() { createTOC(); - var css = '.toc {position:fixed;top:130px;left:50%;transform: translateX(50%) translateX(300px);width:200px;padding-left:30px;}@media (max-width: 1249px) {.toc{position:static;top:auto;left:auto;transform:none;padding:10px;margin-bottom:20px;background-color:#eee;}}'; + var css = '.toc {position:fixed;top:130px;left:50%;transform: translateX(50%) translateX(300px);width:200px;padding-left:30px;}@media (max-width: 1249px) {.toc{position:static;top:auto;left:auto;transform:none;padding:10px;margin-bottom:20px;background-color:var(--color-open-muted);}}'; loadResource('style', {css: css}); loadResource('script', { src: 'https://mirrors.sustech.edu.cn/cdnjs/ajax/libs/tocbot/4.27.4/tocbot.min.js' }, function() { @@ -55,4 +55,5 @@ document.addEventListener("DOMContentLoaded", function() { var footerPlaceholder = document.createElement('div'); footerPlaceholder.style.height = window.innerHeight + 'px'; document.body.appendChild(footerPlaceholder); + console.log("\n %c GmeekTOC Plugins https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#C333D0;color:#fff"); });