更新版权时间

pull/437/head
王良 2025-01-16 11:21:05 +08:00
parent b5c0be92dc
commit db7b0f98c2
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export default {
</a-layout-content> </a-layout-content>
<a-layout-footer> <a-layout-footer>
<div class="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> </div>
</a-layout-footer> </a-layout-footer>
</a-layout> </a-layout>

View File

@ -75,7 +75,7 @@ module.exports = defineConfig({
productName: 'dev-sidecar', productName: 'dev-sidecar',
// eslint-disable-next-line no-template-curly-in-string // eslint-disable-next-line no-template-curly-in-string
artifactName: 'DevSidecar-${version}-${arch}.${ext}', artifactName: 'DevSidecar-${version}-${arch}.${ext}',
copyright: 'Copyright © 2020-2024 Greper, WangLiang', copyright: 'Copyright © 2020-2025 Greper, WangLiang',
nsis: { nsis: {
oneClick: false, oneClick: false,
perMachine: true, perMachine: true,