diff --git a/.env.example b/.env.example index 842c123..ce4dafa 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -# 站点配置(可选,config/site.ts 中已有默认值) -NUXT_PUBLIC_SITE_URL=https://2x.nz -NUXT_PUBLIC_SITE_NAME=《二叉树树》官方网站 +# 备案号(必填,否则底部不显示) +NUXT_PUBLIC_ICP=蜀ICP备XXXXXXXXXX号 +NUXT_PUBLIC_PS_BEIAN=51015602001952 diff --git a/components/layout/Footer.vue b/components/layout/Footer.vue index 7054cf3..1b7971a 100644 --- a/components/layout/Footer.vue +++ b/components/layout/Footer.vue @@ -1,19 +1,25 @@