fanart nettest

This commit is contained in:
jxxghp
2024-03-05 12:57:00 +08:00
parent 4bb59a9f05
commit 5c93040a8e
2 changed files with 11 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import slack from '@images/logos/slack.png'
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'
interface Status {
OK: string
@@ -57,6 +58,16 @@ const targets = ref<Address[]>([
message: '未测试',
btndisable: false,
},
{
image: fanart,
name: 'webservice.fanart.tv',
url: 'https://webservice.fanart.tv',
proxy: true,
status: 'Normal',
time: '',
message: '未测试',
btndisable: false,
},
{
image: telegram,
name: 'api.telegram.org',