更新版权时间
parent
b5c0be92dc
commit
db7b0f98c2
|
@ -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>
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue