mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: copyright
This commit is contained in:
parent
a58d1a708d
commit
aa184aab94
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,5 +22,6 @@ export default {
|
|||
hoursLater: '小时后',
|
||||
expired: '已过期',
|
||||
expiringSoon: '即将到期'
|
||||
}
|
||||
},
|
||||
copyright: '版权所有 © 2014-2025 杭州飞致云信息科技有限公司'
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@ export default {
|
|||
hoursLater: '小時後',
|
||||
expired: '已過期',
|
||||
expiringSoon: '即將到期'
|
||||
}
|
||||
},
|
||||
copyright: '版權所有 © 2014-2025 杭州飛致雲信息科技有限公司'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue