修改打包方式为onedir,自更新适配新打包方式
This commit is contained in:
parent
7fbbc088ae
commit
988924ed3a
4 changed files with 33 additions and 32 deletions
|
@ -75,7 +75,7 @@ async function check_update() {
|
|||
</n-form-item>
|
||||
<n-alert style="margin: 8px 0" type="success" v-if="update_able">
|
||||
<template #header>
|
||||
最新版本:{{ new_version.name }}
|
||||
最新版本:{{ `${new_version.tag_name} ${new_version.name}` }}
|
||||
<n-button style="float: right" @click="open_new_version_html">了解此版本</n-button>
|
||||
</template>
|
||||
<n-space>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue