js使用jsdelivr CDN
This commit is contained in:
parent
65587efb0c
commit
b9e3969134
File diff suppressed because one or more lines are too long
|
@ -79,7 +79,7 @@ $this->need('header.php');
|
||||||
category: <?php echo json_encode(categoryPostCount()); ?>
|
category: <?php echo json_encode(categoryPostCount()); ?>
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<script type="text/javascript" src="<?php $this->options->themeUrl('/dist/js/chart.js'); ?>"></script>
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/jkjoy/typecho-theme-farallon@0.5.0/dist/js/chart.js"></script>
|
||||||
<script id="MathJax-script" async src="https://jsd.onmicrosoft.cn/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
<script id="MathJax-script" async src="https://jsd.onmicrosoft.cn/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// 配置 MathJax
|
// 配置 MathJax
|
||||||
|
|
Loading…
Reference in New Issue