chore: update the year to 2024
This commit is contained in:
parent
8e48da3cc7
commit
e3ccb06a96
|
@ -37,7 +37,7 @@ const onOpenWebsite = () => {
|
||||||
<n-text class="about-link" @click="onOpenWebsite">{{ $t('dialogue.about.website') }}</n-text>
|
<n-text class="about-link" @click="onOpenWebsite">{{ $t('dialogue.about.website') }}</n-text>
|
||||||
</n-space>
|
</n-space>
|
||||||
<div :style="{ color: themeVars.textColor3 }" class="about-copyright">
|
<div :style="{ color: themeVars.textColor3 }" class="about-copyright">
|
||||||
Copyright © 2023 Tinycraft.cc All rights reserved
|
Copyright © 2024 Tinycraft.cc All rights reserved
|
||||||
</div>
|
</div>
|
||||||
</n-space>
|
</n-space>
|
||||||
</n-modal>
|
</n-modal>
|
||||||
|
|
2
main.go
2
main.go
|
@ -105,7 +105,7 @@ func main() {
|
||||||
TitleBar: mac.TitleBarHiddenInset(),
|
TitleBar: mac.TitleBarHiddenInset(),
|
||||||
About: &mac.AboutInfo{
|
About: &mac.AboutInfo{
|
||||||
Title: "Tiny RDM " + version,
|
Title: "Tiny RDM " + version,
|
||||||
Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2023",
|
Message: "A modern lightweight cross-platform Redis desktop client.\n\nCopyright © 2024",
|
||||||
Icon: icon,
|
Icon: icon,
|
||||||
},
|
},
|
||||||
WebviewIsTransparent: false,
|
WebviewIsTransparent: false,
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"companyName": "Tiny Craft",
|
"companyName": "Tiny Craft",
|
||||||
"productName": "Tiny RDM",
|
"productName": "Tiny RDM",
|
||||||
"productVersion": "1.0.0",
|
"productVersion": "1.0.0",
|
||||||
"copyright": "Copyright © 2023",
|
"copyright": "Copyright © 2024",
|
||||||
"comments": "Tiny Redis Desktop Manager"
|
"comments": "Tiny Redis Desktop Manager"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue