是否可以在底部加入个人网站备案号
TimingBule opened this issue · 5 comments
TimingBule commented
docker部署在国内的腾讯云,腾讯今天给我发邮件让我在网站底部添加备案号。个人域名已有备案号,请问有什么方法吗~
TimingBule commented
YunYouJun commented
有点疑惑,是你自建了一个吗,然后现在需要加上备案号?
如果是你自己部署的站点的话,自定义下就可以了。
TimingBule commented
直接用了你的docker搭建了,没有自定义。一直当一个前端展示的页面用~我大概看了下,就是我需要改下index,再生成一个docker镜像就行了对吧
YunYouJun commented
是的,修改 html 很简单,你可以直接编辑一下。
https://github.com/YunYouJun/cook/blob/dev/src/components/BaseFooter.vue
TimingBule commented
已经加上,感谢