U update footer

pull/462/head
vapao 2022-03-06 20:43:45 +08:00
parent 46017eb6e7
commit 9fb2a9405f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ export default function () {
rel="noopener noreferrer">文档</a>
</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>
Copyright <CopyrightOutlined/> 2022 By OpenSpug
Copyright <CopyrightOutlined/> {new Date().getFullYear()} By OpenSpug
</div>
</div>
</Layout.Footer>

View File

@ -160,7 +160,7 @@ export default function () {
<a title="文档" href="https://spug.cc/docs/about-spug/" target="_blank"
rel="noopener noreferrer">文档</a>
</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <CopyrightOutlined/> 2022 By OpenSpug</div>
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <CopyrightOutlined/> {new Date().getFullYear()} By OpenSpug</div>
</div>
</div>
)