版权声明

pull/84/MERGE
awenes 2024-10-20 11:46:21 +08:00
parent 028ffa870c
commit 946f7d2c17
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const currentYear = new Date().getFullYear();
export default (props: FooterProps) => (
<DefaultFooter
style={{ backgroundColor: 'transparent' }}
copyright={`2022-${currentYear} TOPIAM 版权所有`}
copyright={`Copyright 2022-${currentYear} 济南源创网络科技有限公司`}
links={[
{
key: 'website',

View File

@ -24,7 +24,7 @@ const currentYear = new Date().getFullYear();
export default (props: FooterProps) => (
<DefaultFooter
style={{ backgroundColor: 'transparent' }}
copyright={`2022-${currentYear} TOPIAM 版权所有`}
copyright={`Copyright 2022-${currentYear} 济南源创网络科技有限公司`}
links={[
{
key: 'website',