release-2.0.0.1 v2.0.0.1
王良 2025-03-06 14:22:45 +08:00
parent 78de4689e8
commit e712fe54ae
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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>