mirror of https://github.com/openspug/spug
U update footer
parent
46017eb6e7
commit
9fb2a9405f
|
@ -22,7 +22,7 @@ export default function () {
|
||||||
rel="noopener noreferrer">文档</a>
|
rel="noopener noreferrer">文档</a>
|
||||||
</div>
|
</div>
|
||||||
<div style={{color: 'rgba(0, 0, 0, .45)'}}>
|
<div style={{color: 'rgba(0, 0, 0, .45)'}}>
|
||||||
Copyright <CopyrightOutlined/> 2022 By OpenSpug
|
Copyright <CopyrightOutlined/> {new Date().getFullYear()} By OpenSpug
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layout.Footer>
|
</Layout.Footer>
|
||||||
|
|
|
@ -160,7 +160,7 @@ export default function () {
|
||||||
<a title="文档" href="https://spug.cc/docs/about-spug/" target="_blank"
|
<a title="文档" href="https://spug.cc/docs/about-spug/" target="_blank"
|
||||||
rel="noopener noreferrer">文档</a>
|
rel="noopener noreferrer">文档</a>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue