parent
78de4689e8
commit
e712fe54ae
|
@ -13,7 +13,7 @@ import log from '../../utils/util.log.gui'
|
|||
const isMac = process.platform === 'darwin'
|
||||
const isLinux = process.platform === 'linux'
|
||||
|
||||
const curVersion = pkg.version
|
||||
const curVersion = `${pkg.version}.1`
|
||||
const isPreRelease = curVersion.includes('-')
|
||||
|
||||
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
|
||||
|
|
|
@ -178,7 +178,7 @@ export default {
|
|||
</a-layout-content>
|
||||
<a-layout-footer>
|
||||
<div class="footer">
|
||||
©2020-2025 docmirror.cn by <a @click="openExternal('https://github.com/greper')">Greper</a>, <a @click="openExternal('https://github.com/wangliang181230')">WangLiang</a> <span>{{ info.version }}</span>
|
||||
©2020-2025 docmirror.cn by <a @click="openExternal('https://github.com/greper')">Greper</a>, <a @click="openExternal('https://github.com/wangliang181230')">WangLiang</a> <span>{{ info.version }}.1</span>
|
||||
</div>
|
||||
</a-layout-footer>
|
||||
</a-layout>
|
||||
|
|
Loading…
Reference in New Issue