3,479
个编辑
第15行: | 第15行: | ||
document.head.appendChild(script); | document.head.appendChild(script); | ||
} | } | ||
$(document).ready(function() { | $(document).ready(function() { | ||
// 确保仅在有时间轴的页面中执行 | // 确保仅在有时间轴的页面中执行 | ||
if ($("#visualization").length) { | if ($("#visualization").length) { | ||
appendTimeline(); | |||
const container = document.getElementById("visualization"); | const container = document.getElementById("visualization"); | ||