mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix: 调整插件本地仓库路径输入框的位置
This commit is contained in:
@@ -2253,15 +2253,6 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12" md="6">
|
|
||||||
<VTextField
|
|
||||||
v-model="SystemSettings.Advanced.PLUGIN_LOCAL_REPO_PATHS"
|
|
||||||
:label="t('setting.system.pluginLocalRepoPaths')"
|
|
||||||
:hint="t('setting.system.pluginLocalRepoPathsHint')"
|
|
||||||
persistent-hint
|
|
||||||
prepend-inner-icon="mdi-folder"
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="SystemSettings.Advanced.ENCODING_DETECTION_PERFORMANCE_MODE"
|
v-model="SystemSettings.Advanced.ENCODING_DETECTION_PERFORMANCE_MODE"
|
||||||
@@ -2279,6 +2270,15 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
<VCol cols="12" md="6">
|
||||||
|
<VTextField
|
||||||
|
v-model="SystemSettings.Advanced.PLUGIN_LOCAL_REPO_PATHS"
|
||||||
|
:label="t('setting.system.pluginLocalRepoPaths')"
|
||||||
|
:hint="t('setting.system.pluginLocalRepoPathsHint')"
|
||||||
|
persistent-hint
|
||||||
|
prepend-inner-icon="mdi-folder"
|
||||||
|
/>
|
||||||
|
</VCol>
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
<VTextField
|
<VTextField
|
||||||
v-model.number="SystemSettings.Advanced.TRANSFER_THREADS"
|
v-model.number="SystemSettings.Advanced.TRANSFER_THREADS"
|
||||||
|
|||||||
Reference in New Issue
Block a user