fix: copyright

This commit is contained in:
wangdan-fit2cloud 2025-01-23 18:16:31 +08:00
parent a58d1a708d
commit aa184aab94
4 changed files with 7 additions and 5 deletions

View File

@ -48,7 +48,7 @@
</div>
</div>
<div class="border-t text-center mt-16 p-16 pb-0">
<el-text type="info">2014-2025 版权所有 © 杭州飞致云信息科技有限公司</el-text>
<el-text type="info">{{ $t('layout.copyright') }}</el-text>
</div>
</el-dialog>
</template>

View File

@ -3,7 +3,6 @@ export default {
wiki: 'User Manual',
forum: 'Forum For Help',
logout: 'Logout',
apiKey: 'API Key',
apiServiceAddress: 'API Service Address',
language: 'Language',
@ -23,5 +22,6 @@ export default {
hoursLater: 'hours later',
expired: 'expired',
expiringSoon: 'expiring soon'
}
},
copyright: 'Copyright © 2014-2025 FIT2CLOUD, All rights reserved.'
}

View File

@ -22,5 +22,6 @@ export default {
hoursLater: '小时后',
expired: '已过期',
expiringSoon: '即将到期'
}
},
copyright: '版权所有 © 2014-2025 杭州飞致云信息科技有限公司'
}

View File

@ -23,5 +23,6 @@ export default {
hoursLater: '小時後',
expired: '已過期',
expiringSoon: '即將到期'
}
},
copyright: '版權所有 © 2014-2025 杭州飛致雲信息科技有限公司'
}