File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
layout/components/top-bar/avatar Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4848 </div >
4949 </div >
5050 <div class =" border-t text-center mt-16 p-16 pb-0" >
51- <el-text type =" info" >2014-2025 版权所有 © 杭州飞致云信息科技有限公司 </el-text >
51+ <el-text type =" info" >{{ $t('layout.copyright') }} </el-text >
5252 </div >
5353 </el-dialog >
5454</template >
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ export default {
33 wiki : 'User Manual' ,
44 forum : 'Forum For Help' ,
55 logout : 'Logout' ,
6-
76 apiKey : 'API Key' ,
87 apiServiceAddress : 'API Service Address' ,
98 language : 'Language' ,
@@ -23,5 +22,6 @@ export default {
2322 hoursLater : 'hours later' ,
2423 expired : 'expired' ,
2524 expiringSoon : 'expiring soon'
26- }
25+ } ,
26+ copyright : 'Copyright © 2014-2025 FIT2CLOUD, All rights reserved.'
2727}
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ export default {
2222 hoursLater : '小时后' ,
2323 expired : '已过期' ,
2424 expiringSoon : '即将到期'
25- }
25+ } ,
26+ copyright : '版权所有 © 2014-2025 杭州飞致云信息科技有限公司'
2627}
Original file line number Diff line number Diff line change @@ -23,5 +23,6 @@ export default {
2323 hoursLater : '小時後' ,
2424 expired : '已過期' ,
2525 expiringSoon : '即將到期'
26- }
26+ } ,
27+ copyright : '版權所有 © 2014-2025 杭州飛致雲信息科技有限公司'
2728}
You can’t perform that action at this time.
0 commit comments