fix css cdn

This commit is contained in:
aote777 2023-12-04 14:26:25 +08:00
parent 9c7178d74b
commit 292baff42f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
var HIGHLIGHT_CSS_CDN = var HIGHLIGHT_CSS_CDN =
'https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/styles/base16/onedark.min.css' 'https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/highlight.js/11.4.0/styles/base16/onedark.min.css'
var GITHUB_MARKDOWN_CSS_CDN = var GITHUB_MARKDOWN_CSS_CDN =
'https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/github-markdown-css/5.1.0/github-markdown-dark.min.css' 'https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/github-markdown-css/5.1.0/github-markdown.css'
// 加载库文件 // 加载库文件
var createScript = (src) => { var createScript = (src) => {