feat(1.4.0): 发布

This commit is contained in:
opensnail 2025-03-23 10:47:36 +08:00
parent dd16858c52
commit 186d8c109b
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -6,7 +6,7 @@ VITE_APP_TITLE=Snail Job
VITE_APP_DESC=A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.
VITE_APP_VERSION=1.4.0-beta2
VITE_APP_VERSION=1.4.0
VITE_APP_DEFAULT_TOKEN=SJ_Wyz3dmsdbDOkDujOTSSoBjGQP1BMsVnj

View File

@ -20,7 +20,7 @@ const visible = defineModel<boolean>('visible', {
</script>
<template>
<DetailDrawer v-model="visible" :title="$t('page.retryLog.detail')" :width="['50%', '90%']">
<DetailDrawer v-model="visible" :title="$t('page.retryTask.detail')" :width="['50%', '90%']">
<NTabs type="segment" animated>
<NTabPane :name="0" :tab="$t('page.log.info')">
<NDescriptions label-placement="top" bordered :column="2">