mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
feat: Modify the copyright (#7670)
This commit is contained in:
parent
3650ff27b3
commit
87009ddb27
@ -3,10 +3,10 @@
|
|||||||
<div class="flex w-full flex-col gap-4 md:justify-between md:flex-row">
|
<div class="flex w-full flex-col gap-4 md:justify-between md:flex-row">
|
||||||
<div class="flex flex-wrap gap-4">
|
<div class="flex flex-wrap gap-4">
|
||||||
<a v-if="!globalStore.isIntl" href="https://fit2cloud.com/" target="_blank">
|
<a v-if="!globalStore.isIntl" href="https://fit2cloud.com/" target="_blank">
|
||||||
Copyright © 2014-2025 {{ $t('commons.fit2cloud') }}
|
Copyright © 2014-{{ year }} {{ $t('commons.fit2cloud') }}
|
||||||
</a>
|
</a>
|
||||||
<a v-if="globalStore.isIntl" href="https://1panel.hk/" target="_blank">
|
<a v-if="globalStore.isIntl" href="https://1panel.hk/" target="_blank">
|
||||||
Copyright © 2025 {{ $t('commons.lingxia') }}
|
Copyright © {{ year }} {{ $t('commons.lingxia') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-row gap-2 md:flex-col lg:flex-row">
|
<div class="flex flex-row gap-2 md:flex-col lg:flex-row">
|
||||||
@ -25,6 +25,7 @@ const globalStore = GlobalStore();
|
|||||||
const mobile = computed(() => {
|
const mobile = computed(() => {
|
||||||
return globalStore.isMobile();
|
return globalStore.isMobile();
|
||||||
});
|
});
|
||||||
|
const year = new Date().getFullYear();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user