Skip to content

Commit c0c540e

Browse files
committed
feat: 修改备案信息
1 parent 3a5ad1a commit c0c540e

File tree

3 files changed

+8616
-9136
lines changed

3 files changed

+8616
-9136
lines changed

docs/.vuepress/components/ahome-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<h4>🌐站点相关</h4>
55
<ul>
66
<li>
7-
<a href="http://www.beian.miit.gov.cn/" target="_blank">粤ICP备16025085号-3</a>
7+
<a href="https://beian.miit.gov.cn/" target="_blank">粤ICP备16025085号-3</a>
88
</li>
99
</ul>
1010
</div>

docs/.vuepress/configs/plugins.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,5 @@ module.exports = [
2323
type: 'upgrade',
2424
before: info => `<UpgradePath title="${info}">`,
2525
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-
}
3626
}]
3727
]

0 commit comments

Comments
 (0)