mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 07:26:47 +00:00
部分组件统一;magzine页脚微调
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { GongAnBeiAn } from '@/components/GongAnBeiAn'
|
||||
import { BeiAnGongAn } from '@/components/BeiAnGongAn'
|
||||
import BeiAnSite from '@/components/BeiAnSite'
|
||||
import CopyRightDate from '@/components/CopyRightDate'
|
||||
import { siteConfig } from '@/lib/config'
|
||||
import Link from 'next/link'
|
||||
import CONFIG from '../config'
|
||||
@@ -186,14 +188,7 @@ const Footer = props => {
|
||||
<div className='text-start space-y-1'>
|
||||
{/* 网站所有者 */}
|
||||
<div>
|
||||
{' '}
|
||||
Copyright <i className='fas fa-copyright' /> {`${copyrightDate}`}{' '}
|
||||
<a
|
||||
href={siteConfig('LINK')}
|
||||
className='underline font-bold dark:text-gray-300 '>
|
||||
{siteConfig('AUTHOR')}
|
||||
</a>{' '}
|
||||
All Rights Reserved.
|
||||
<CopyRightDate />
|
||||
</div>
|
||||
|
||||
{/* 技术支持 */}
|
||||
@@ -227,15 +222,10 @@ const Footer = props => {
|
||||
</h1>
|
||||
<h2> {siteConfig('DESCRIPTION')}</h2>
|
||||
{/* 可选备案信息 */}
|
||||
{siteConfig('BEI_AN') && (
|
||||
<>
|
||||
<i className='fas fa-shield-alt' />{' '}
|
||||
<a href='https://beian.miit.gov.cn/' className='mr-2'>
|
||||
{siteConfig('BEI_AN')}
|
||||
</a>
|
||||
</>
|
||||
)}
|
||||
<GongAnBeiAn />
|
||||
<div className='flex flex-wrap'>
|
||||
<BeiAnSite />
|
||||
<BeiAnGongAn />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user