diff --git a/blog.config.js b/blog.config.js index 7a2c267895c..fc13414e9e8 100644 --- a/blog.config.js +++ b/blog.config.js @@ -148,8 +148,8 @@ const BLOG = { process.env.NEXT_PUBLIC_CUSTOM_RIGHT_CLICK_CONTEXT_MENU_THEME_TAG || true, // 是否显示标签 // 自定义外部脚本,外部样式 - CUSTOM_EXTERNAL_JS: [''], // e.g. ['http://xx.com/script.js','http://xx.com/script.js'] - CUSTOM_EXTERNAL_CSS: [''], // e.g. ['http://xx.com/style.css','http://xx.com/style.css'] + CUSTOM_EXTERNAL_JS: ["https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js","https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js"], // e.g. ['http://xx.com/script.js','http://xx.com/script.js'] + CUSTOM_EXTERNAL_CSS: ["https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css"], // e.g. ['http://xx.com/style.css','http://xx.com/style.css'] // 侧栏布局 是否反转(左变右,右变左) 已支持主题: hexo next medium fukasawa example LAYOUT_SIDEBAR_REVERSE: diff --git a/public/games-external/common/index.htm b/public/games-external/common/index.htm index fcc74babc49..9c2c1fc3880 100644 --- a/public/games-external/common/index.htm +++ b/public/games-external/common/index.htm @@ -21,6 +21,9 @@ /* 可选:移除边框 */ } + + +
diff --git a/themes/hexo/components/Footer.js b/themes/hexo/components/Footer.js index 053faac397e..e8b8e4a5fe6 100644 --- a/themes/hexo/components/Footer.js +++ b/themes/hexo/components/Footer.js @@ -14,7 +14,7 @@ const Footer = ({ title }) => { {`${copyrightDate}`} {siteConfig('AUTHOR')}.