parent
c2f1d0abb5
commit
f16e604596
|
@ -14,7 +14,7 @@ import { isNewVersion } from '@docmirror/dev-sidecar/src/utils/util.version'
|
||||||
const isMac = process.platform === 'darwin'
|
const isMac = process.platform === 'darwin'
|
||||||
const isLinux = process.platform === 'linux'
|
const isLinux = process.platform === 'linux'
|
||||||
|
|
||||||
const curVersion = pkg.version
|
const curVersion = `${pkg.version}.2`
|
||||||
const isPreRelease = curVersion.includes('-')
|
const isPreRelease = curVersion.includes('-')
|
||||||
|
|
||||||
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
|
function downloadFile (uri, filePath, onProgress, onSuccess, onError) {
|
||||||
|
|
|
@ -178,7 +178,7 @@ export default {
|
||||||
</a-layout-content>
|
</a-layout-content>
|
||||||
<a-layout-footer>
|
<a-layout-footer>
|
||||||
<div class="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>
|
</div>
|
||||||
</a-layout-footer>
|
</a-layout-footer>
|
||||||
</a-layout>
|
</a-layout>
|
||||||
|
|
Loading…
Reference in New Issue