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-space>
|
||||
<div :style="{ color: themeVars.textColor3 }" class="about-copyright">
|
||||
Copyright © 2023 Tinycraft.cc All rights reserved
|
||||
Copyright © 2024 Tinycraft.cc All rights reserved
|
||||
</div>
|
||||
</n-space>
|
||||
</n-modal>
|
||||
|
|
2
main.go
2
main.go
|
@ -105,7 +105,7 @@ func main() {
|
|||
TitleBar: mac.TitleBarHiddenInset(),
|
||||
About: &mac.AboutInfo{
|
||||
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,
|
||||
},
|
||||
WebviewIsTransparent: false,
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"companyName": "Tiny Craft",
|
||||
"productName": "Tiny RDM",
|
||||
"productVersion": "1.0.0",
|
||||
"copyright": "Copyright © 2023",
|
||||
"copyright": "Copyright © 2024",
|
||||
"comments": "Tiny Redis Desktop Manager"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue