feat(sj_1.1.0-beta2): 重试次数最低为0

This commit is contained in:
opensnail 2024-06-26 23:44:24 +08:00
parent 530ecf79c7
commit 84788ea83a
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -2,7 +2,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.1.0-beta1
VITE_APP_VERSION=1.1.0-beta2
VITE_APP_DEFAULT_TOKEN=SJ_Wyz3dmsdbDOkDujOTSSoBjGQP1BMsVnj

View File

@ -417,7 +417,7 @@ watch(
<NFormItem :label="$t('page.jobTask.maxRetryTimes')" path="maxRetryTimes">
<NInputNumber
v-model:value="model.maxRetryTimes"
:min="1"
:min="0"
:max="999"
:placeholder="$t('page.jobTask.form.maxRetryTimes')"
clearable