diff --git a/src/assets/images/logos/thetvdb.jpeg b/src/assets/images/logos/thetvdb.jpeg new file mode 100644 index 00000000..3e9687e3 Binary files /dev/null and b/src/assets/images/logos/thetvdb.jpeg differ diff --git a/src/views/system/NetTestView.vue b/src/views/system/NetTestView.vue index fa2a833e..0e065e6f 100644 --- a/src/views/system/NetTestView.vue +++ b/src/views/system/NetTestView.vue @@ -7,6 +7,7 @@ import telegram from '@images/logos/telegram.webp' import tmdb from '@images/logos/tmdb.png' import wechat from '@images/logos/wechat.png' import fanart from '@images/logos/fanart.webp' +import tvdb from '@images/logos/thetvdb.jpeg' interface Status { OK: string @@ -58,6 +59,16 @@ const targets = ref
([ message: '未测试', 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, name: 'webservice.fanart.tv',