mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 16:16:42 +08:00
thetvdb network test
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
@@ -7,6 +7,7 @@ import telegram from '@images/logos/telegram.webp'
|
|||||||
import tmdb from '@images/logos/tmdb.png'
|
import tmdb from '@images/logos/tmdb.png'
|
||||||
import wechat from '@images/logos/wechat.png'
|
import wechat from '@images/logos/wechat.png'
|
||||||
import fanart from '@images/logos/fanart.webp'
|
import fanart from '@images/logos/fanart.webp'
|
||||||
|
import tvdb from '@images/logos/thetvdb.jpeg'
|
||||||
|
|
||||||
interface Status {
|
interface Status {
|
||||||
OK: string
|
OK: string
|
||||||
@@ -58,6 +59,16 @@ const targets = ref<Address[]>([
|
|||||||
message: '未测试',
|
message: '未测试',
|
||||||
btndisable: false,
|
btndisable: false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
image: tvdb,
|
||||||
|
name: 'api.thetvdb.com',
|
||||||
|
url: 'https://api.thetvdb.com/series/81189',
|
||||||
|
proxy: true,
|
||||||
|
status: 'Normal',
|
||||||
|
time: '',
|
||||||
|
message: '未测试',
|
||||||
|
btndisable: false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
image: fanart,
|
image: fanart,
|
||||||
name: 'webservice.fanart.tv',
|
name: 'webservice.fanart.tv',
|
||||||
|
|||||||
Reference in New Issue
Block a user