3,479
个编辑
第1行: | 第1行: | ||
/* 这里的任何JavaScript将为所有档案员在每次页面载入时加载。 */ | |||
function appendCSS() { | |||
var link = document.createElement('link'); | |||
link.rel = 'stylesheet'; | |||
link.href = '/extensions/Whiteverse/font/stylesheet.css'; | |||
document.head.appendChild(link); | |||
} | |||
appendCSS(); | |||
// 引入 Vis Timeline 库 | // 引入 Vis Timeline 库 |