mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
Merge pull request #240 from InfinityPacer/v2
feat(site): update site timeout hint to indicate 0 as unlimited
This commit is contained in:
@@ -215,7 +215,12 @@ onMounted(async () => {
|
|||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="3">
|
<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>
|
||||||
<VCol cols="6" md="3">
|
<VCol cols="6" md="3">
|
||||||
<VSelect
|
<VSelect
|
||||||
|
|||||||
Reference in New Issue
Block a user