vuepress-reco / vuepress-theme-reco-1.x

🎨 This is the repo for vuepress-theme-reco 1.
http://v1.vuepress-reco.recoluan.com
MIT License
1.63k stars 320 forks source link

1.6.10 配置代码主题不生效 和 禁用活动的标题链接失效 #397

Closed duktig666 closed 2 years ago

duktig666 commented 2 years ago

Bug report

What is actually happening?

  1. 配置代码主题不生效,修改配置 module.exports = { theme: 'reco', themeConfig: { /**
    • support for
    • 'default'
    • 'funky'
    • 'okaidia'
    • 'solarizedlight'
    • 'tomorrow' */ codeTheme: 'solarizedlight' // default 'tomorrow' } }

不管如何设置,样式不变

prism代码高亮样式 详情参看:https://cloud.tencent.com/developer/article/1622399

  1. 禁用活动的标题链接失效 如下操作失效:
    // .vuepress/config.js
    module.exports = {
    themeConfig: {
    activeHeaderLinks: false, // 默认值:true
    }
    }

官方参看:活动的标题链接

Other relevant information

recoluan commented 2 years ago

因为 cdn 不友好,这个功能已经下线了。