There was an error while loading. Please reload this page.
1 parent 3a5ad1a commit c0c540eCopy full SHA for c0c540e
docs/.vuepress/components/ahome-footer.vue
@@ -4,7 +4,7 @@
4
<h4>🌐站点相关</h4>
5
<ul>
6
<li>
7
- <a href="http://www.beian.miit.gov.cn/" target="_blank">粤ICP备16025085号-3</a>
+ <a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备16025085号-3</a>
8
</li>
9
</ul>
10
</div>
docs/.vuepress/configs/plugins.js
@@ -23,15 +23,5 @@ module.exports = [
23
type: 'upgrade',
24
before: info => `<UpgradePath title="${info}">`,
25
after: '</UpgradePath>',
26
- }],
27
- ['vuepress-plugin-comment', {
28
- choosen: 'valine',
29
- // options选项中的所有参数,会传给Valine的配置
30
- options: {
31
- el: '#valine-vuepress-comment',
32
- appId: 'cgJ5GOhJuv3gtBvk2cx2HkrG-gzGzoHsz',
33
- appKey: 'aocVRNRoq5fmjBX0flrBl3ph',
34
- placeholder: '评论系统公测中,👏欢迎体验!'
35
- }
36
}]
37
]
0 commit comments