Skip to content

1.5.8

Choose a tag to compare

@imaegoo imaegoo released this 29 Apr 08:41
08f95ed
  • 修复 无法通过 twikoo.getRecentComments 获取最新评论
  • 改进 允许自定义 Prism (代码高亮样式)加载地址,默认为从 jsDelivr CDN 加载
    twikoo.init({
      // ......
      // 默认为 'https://cdn.jsdelivr.net/npm/prismjs@1.23.0'
      prismCdn: 'https://cdn.bootcdn.net/ajax/libs/prism/1.23.0', // 或者 'https://cdn.staticfile.org/prism/1.23.0'
    })