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

你好我想问下浏览数量和评论是需要自己实现吗 #15

Closed sutinghui24 closed 5 years ago

sutinghui24 commented 5 years ago

在评论组件和浏览数量没看到相关的逻辑,这个是需要自己实现还是有其他机制实现的

goozyshi commented 5 years ago
themeConfig: {
    author: 'goozyshi',
    nav: NavConfig,
    // 评论设置
    valineConfig: {
      appId: '',// your appId
      appKey: '', // your appKey
    },
    // 最近一次更新
    lastUpdated: 'Last Updated',
  },

具体的appid和key去LeanCloud

sutinghui24 commented 5 years ago
sutinghui24 commented 5 years ago

真的没有你在评论组件创建了一个AV对象后就没用过相关的云存储的api了

sutinghui24 commented 5 years ago

用你的主题是出来了

recoluan commented 5 years ago

你好,请移步valine官网查看详细说明:

lz1998 commented 3 years ago

valine是不是必须使用LeanCloud,如果保密数据不想放在LeanCloud,能否自己进行部署