From 848bdbde10086bdfd45eb5c3f9cfe3e3836748d7 Mon Sep 17 00:00:00 2001 From: afatcat-xie Date: Sun, 19 Apr 2026 19:29:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E4=B8=BA=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/linux-arm64.vue.config.js | 2 +- packages/gui/src/view/App.vue | 2 +- packages/gui/vue.config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/gui/linux-arm64.vue.config.js b/packages/gui/linux-arm64.vue.config.js index 78aaf12b4a..58e4337573 100644 --- a/packages/gui/linux-arm64.vue.config.js +++ b/packages/gui/linux-arm64.vue.config.js @@ -63,7 +63,7 @@ module.exports = defineConfig({ productName: 'dev-sidecar', // eslint-disable-next-line no-template-curly-in-string artifactName: 'DevSidecar-${version}-${arch}.${ext}', - copyright: 'Copyright © 2020-2026 Greper, WangLiang, CuteOmega', + copyright: 'Copyright © 2020-' + new Date().getFullYear() + ' Greper, WangLiang, CuteOmega', nsis: { oneClick: false, perMachine: true, diff --git a/packages/gui/src/view/App.vue b/packages/gui/src/view/App.vue index 6b303c40ca..2322c1be2e 100644 --- a/packages/gui/src/view/App.vue +++ b/packages/gui/src/view/App.vue @@ -224,7 +224,7 @@ export default {
- ©2020-2026 docmirror.cn by + ©2020-{{ new Date().getFullYear() }} docmirror.cn by Greper, WangLiang, CuteOmega diff --git a/packages/gui/vue.config.js b/packages/gui/vue.config.js index 888c33deb9..b3aad871c0 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-2026 Greper, WangLiang, CuteOmega', + copyright: 'Copyright © 2020-' + new Date().getFullYear() + ' Greper, WangLiang, CuteOmega', nsis: { oneClick: false, perMachine: true,