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