mirror of https://github.com/openspug/spug
U 更新页脚 Copyright 2020
parent
58d3145758
commit
1b0b2cfabd
|
@ -22,7 +22,7 @@ export default class extends React.Component {
|
||||||
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 <Icon type="copyright"/> 2019 By OpenSpug
|
Copyright <Icon type="copyright"/> 2020 By OpenSpug
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Layout.Footer>
|
</Layout.Footer>
|
||||||
|
|
|
@ -124,7 +124,7 @@ class LoginIndex extends React.Component {
|
||||||
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank"
|
<a title="文档" href="https://www.spug.dev/docs/about-spug/" target="_blank"
|
||||||
rel="noopener noreferrer">文档</a>
|
rel="noopener noreferrer">文档</a>
|
||||||
</div>
|
</div>
|
||||||
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <Icon type="copyright" /> 2019 By OpenSpug</div>
|
<div style={{color: 'rgba(0, 0, 0, .45)'}}>Copyright <Icon type="copyright" /> 2020 By OpenSpug</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue