修改打包方式为onedir,自更新适配新打包方式

This commit is contained in:
li-xiaochen 2024-12-01 19:56:55 +08:00
parent 7fbbc088ae
commit 988924ed3a
4 changed files with 33 additions and 32 deletions

View file

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