Merge pull request #240 from InfinityPacer/v2

feat(site): update site timeout hint to indicate 0 as unlimited
This commit is contained in:
jxxghp
2024-11-19 18:24:30 +08:00
committed by GitHub

View File

@@ -215,7 +215,12 @@ onMounted(async () => {
/>
</VCol>
<VCol cols="12" md="3">
<VTextField v-model="siteForm.timeout" label="超时时间(秒)" hint="站点请求超时时间" persistent-hint />
<VTextField
v-model="siteForm.timeout"
label="超时时间(秒)"
hint="站点请求超时时间为0时不限制"
persistent-hint
/>
</VCol>
<VCol cols="6" md="3">
<VSelect