mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 00:39:43 +08:00
添加代理服务器设置
This commit is contained in:
@@ -818,6 +818,16 @@ onDeactivated(() => {
|
||||
<VWindowItem value="network">
|
||||
<div>
|
||||
<VRow>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="SystemSettings.Advanced.PROXY_HOST"
|
||||
:label="t('setting.system.proxyHost')"
|
||||
placeholder="http://127.0.0.1:7890"
|
||||
:hint="t('setting.system.proxyHostHint')"
|
||||
persistent-hint
|
||||
prepend-inner-icon="mdi-server-network"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VCombobox
|
||||
v-model="githubProxyDisplay"
|
||||
@@ -830,7 +840,7 @@ onDeactivated(() => {
|
||||
prepend-inner-icon="mdi-github"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VCol cols="12">
|
||||
<VCombobox
|
||||
v-model="pipProxyDisplay"
|
||||
:label="t('setting.system.pipProxy')"
|
||||
|
||||
Reference in New Issue
Block a user