mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
feat(AccountSettingSystem): 添加备用TMDB API域名选项
This commit is contained in:
@@ -621,7 +621,7 @@ onDeactivated(() => {
|
|||||||
placeholder="api.themoviedb.org"
|
placeholder="api.themoviedb.org"
|
||||||
hint="自定义themoviedb API域名或代理地址"
|
hint="自定义themoviedb API域名或代理地址"
|
||||||
persistent-hint
|
persistent-hint
|
||||||
:items="['api.themoviedb.org']"
|
:items="['api.themoviedb.org', 'api.tmdb.org']"
|
||||||
:rules="[(v: string) => !!v || '请输入TMDB API域名']"
|
:rules="[(v: string) => !!v || '请输入TMDB API域名']"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
|
|||||||
Reference in New Issue
Block a user