feat(app): 更新版权信息和分类标题
- 修改版权信息从公司名称变更为品牌宣传语 - 更新首页分类标签名称为政企采购专区和桂乐淘福利惊爆区 - 调整用户页脚版权显示格式,移除年份和Copyright标识
This commit is contained in:
@@ -48,7 +48,8 @@ const UserFooter = () => {
|
||||
<>
|
||||
<div className={'text-center py-4 w-full text-gray-300'} onClick={onLoginByPhone}>
|
||||
<div className={'text-xs text-gray-400 py-1'}>当前版本:{Version}</div>
|
||||
<div className={'text-xs text-gray-400 py-1'}>Copyright © { new Date().getFullYear() } {Copyright}</div>
|
||||
{/*<div className={'text-xs text-gray-400 py-1'}>Copyright © { new Date().getFullYear() } {Copyright}</div>*/}
|
||||
<div className={'text-xs text-gray-400 py-1'}>{Copyright}</div>
|
||||
</div>
|
||||
|
||||
<Popup
|
||||
|
||||
Reference in New Issue
Block a user