release-2.0.0.2 v2.0.0.2
王良 2025-05-15 15:55:00 +08:00
parent c2f1d0abb5
commit f16e604596
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ import { isNewVersion } from '@docmirror/dev-sidecar/src/utils/util.version'
const isMac = process.platform === 'darwin'
const isLinux = process.platform === 'linux'
const curVersion = pkg.version
const curVersion = `${pkg.version}.2`
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 }}.2</span>
</div>
</a-layout-footer>
</a-layout>