doc: 版权信息更新。
parent
8277cc97d0
commit
47666f2e5d
|
@ -32,7 +32,7 @@
|
||||||
</a-layout-content>
|
</a-layout-content>
|
||||||
<a-layout-footer>
|
<a-layout-footer>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
©2020-2021 docmirror.cn by Greper <span>{{info.version}}</span>
|
©2020-2024 docmirror.cn by Greper, WangLiang <span>{{info.version}}</span>
|
||||||
</div>
|
</div>
|
||||||
</a-layout-footer>
|
</a-layout-footer>
|
||||||
</a-layout>
|
</a-layout>
|
||||||
|
|
|
@ -53,7 +53,7 @@ module.exports = {
|
||||||
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}.${ext}',
|
artifactName: 'DevSidecar-${version}.${ext}',
|
||||||
copyright: 'Copyright © 2020-2021 Greper',
|
copyright: 'Copyright © 2020-2024 docmirror.cn by Greper, WangLiang',
|
||||||
nsis: {
|
nsis: {
|
||||||
oneClick: false,
|
oneClick: false,
|
||||||
perMachine: true,
|
perMachine: true,
|
||||||
|
|
Loading…
Reference in New Issue