支持公安备案号配置

This commit is contained in:
tangly1024.com
2024-10-29 14:49:17 +08:00
parent 0ac8b7afc4
commit 3f31a27823
15 changed files with 369 additions and 135 deletions

View File

@@ -1,3 +1,4 @@
import { GongAnBeiAn } from '@/components/GongAnBeiAn'
import { siteConfig } from '@/lib/config'
import SocialButton from './SocialButton'
/**
@@ -35,6 +36,7 @@ const Footer = ({ siteInfo }) => {
<a href='https://beian.miit.gov.cn/' className='mr-2'>
{siteConfig('BEI_AN')}
</a>
<GongAnBeiAn />
<br />
</>
)}