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