mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-09 23:53:31 +08:00
refactor(setting): rename local repo paths setting
This commit is contained in:
@@ -84,7 +84,7 @@ const SystemSettings = ref<any>({
|
||||
LOG_FILE_FORMAT: '【%(levelname)s】%(asctime)s - %(message)s',
|
||||
// 实验室
|
||||
PLUGIN_AUTO_RELOAD: false,
|
||||
PLUGIN_LOCAL_PATHS: '',
|
||||
PLUGIN_LOCAL_REPO_PATHS: '',
|
||||
ENCODING_DETECTION_PERFORMANCE_MODE: true,
|
||||
TRANSFER_THREADS: 1,
|
||||
},
|
||||
@@ -1461,9 +1461,9 @@ onDeactivated(() => {
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="SystemSettings.Advanced.PLUGIN_LOCAL_PATHS"
|
||||
:label="t('setting.system.pluginLocalPaths')"
|
||||
:hint="t('setting.system.pluginLocalPathsHint')"
|
||||
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-code"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user