提交 1ae80792 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

fix: Change the cdn of canvas-nest to fix the problem of display

上级 ea30c200
......@@ -487,9 +487,7 @@ canvas_nest:
onmobile: true
# RGB values, use ',' to separate
# Color for lines
color: "0,0,255"
# Color for points
pointColor: "0,0,255"
color: "0,0,0"
# The opacity of line: 0 ~ 1
opacity: 0.6
# The number of lines
......@@ -606,4 +604,4 @@ cdn:
velocity-ui: https://cdn.jsdelivr.net/npm/velocity-ui-pack@1.2.2/velocity.ui.min.js
canvas_ribbon: https://cdn.jsdelivr.net/npm/ribbon.js@latest/dist/ribbon.min.js
canvas_nest: https://cdn.jsdelivr.net/npm/canvas-nest.js@latest/dist/canvas-nest.js
canvas_nest: https://cdn.jsdelivr.net/gh/theme-next/theme-next-canvas-nest@1.0.0/canvas-nest.min.js
......@@ -22,4 +22,4 @@ if theme.canvas_ribbon && theme.canvas_ribbon.enable
if theme.canvas_nest && theme.canvas_nest.enable
- var nest = theme.canvas_nest;
script(src=theme.cdn.canvas_nest color=nest.color pointColor=nest.pointColor opacity=nest.opacity count=nest.count zIndex=nest.zIndex)
script(src=theme.cdn.canvas_nest color=nest.color opacity=nest.opacity count=nest.count zIndex=nest.zIndex)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册