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);
|
console.error('Failed to load instances from GitHub:', error);
|
||||||
this.defaultInstances = {
|
this.defaultInstances = {
|
||||||
api: [
|
api: [
|
||||||
'https://api.monochrome.tf/',
|
'https://ediddy.monochrome.tf',
|
||||||
|
'https://api.monochrome.tf',
|
||||||
'https://triton.squid.wtf',
|
'https://triton.squid.wtf',
|
||||||
'https://wolf.qqdl.site',
|
'https://wolf.qqdl.site',
|
||||||
'https://tidal-api.binimum.org',
|
'https://tidal-api.binimum.org',
|
||||||
|
|
@ -67,7 +68,8 @@ export const apiSettings = {
|
||||||
'https://vogel.qqdl.site',
|
'https://vogel.qqdl.site',
|
||||||
],
|
],
|
||||||
streaming: [
|
streaming: [
|
||||||
'https://api.monochrome.tf/',
|
'https://ediddy.monochrome.tf'
|
||||||
|
'https://api.monochrome.tf',
|
||||||
'https://triton.squid.wtf',
|
'https://triton.squid.wtf',
|
||||||
'https://wolf.qqdl.site',
|
'https://wolf.qqdl.site',
|
||||||
'https://maus.qqdl.site',
|
'https://maus.qqdl.site',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue