new instance
This commit is contained in:
parent
f6dda7088e
commit
3f527f3cad
1 changed files with 4 additions and 2 deletions
|
|
@ -54,7 +54,8 @@ export const apiSettings = {
|
|||
console.error('Failed to load instances from GitHub:', error);
|
||||
this.defaultInstances = {
|
||||
api: [
|
||||
'https://api.monochrome.tf/',
|
||||
'https://ediddy.monochrome.tf',
|
||||
'https://api.monochrome.tf',
|
||||
'https://triton.squid.wtf',
|
||||
'https://wolf.qqdl.site',
|
||||
'https://tidal-api.binimum.org',
|
||||
|
|
@ -67,7 +68,8 @@ export const apiSettings = {
|
|||
'https://vogel.qqdl.site',
|
||||
],
|
||||
streaming: [
|
||||
'https://api.monochrome.tf/',
|
||||
'https://ediddy.monochrome.tf'
|
||||
'https://api.monochrome.tf',
|
||||
'https://triton.squid.wtf',
|
||||
'https://wolf.qqdl.site',
|
||||
'https://maus.qqdl.site',
|
||||
|
|
|
|||
Loading…
Reference in a new issue