diff --git a/packages/gui/src/view/App.vue b/packages/gui/src/view/App.vue index 45744f7aa8..4ce294d5f5 100644 --- a/packages/gui/src/view/App.vue +++ b/packages/gui/src/view/App.vue @@ -87,7 +87,7 @@ export default { </a-layout-content> <a-layout-footer> <div class="footer"> - ©2020-2024 docmirror.cn by Greper, WangLiang <span>{{ info.version }}</span> + ©2020-2025 docmirror.cn by Greper, WangLiang <span>{{ info.version }}</span> </div> </a-layout-footer> </a-layout> diff --git a/packages/gui/vue.config.js b/packages/gui/vue.config.js index 5acad28412..7bfd991caf 100644 --- a/packages/gui/vue.config.js +++ b/packages/gui/vue.config.js @@ -75,7 +75,7 @@ module.exports = defineConfig({ productName: 'dev-sidecar', // eslint-disable-next-line no-template-curly-in-string artifactName: 'DevSidecar-${version}-${arch}.${ext}', - copyright: 'Copyright © 2020-2024 Greper, WangLiang', + copyright: 'Copyright © 2020-2025 Greper, WangLiang', nsis: { oneClick: false, perMachine: true,