update api instances
This commit is contained in:
parent
4549cc6d9a
commit
2f7a88e977
2 changed files with 6 additions and 2 deletions
|
|
@ -53,7 +53,10 @@ export const apiSettings = {
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Failed to load instances from GitHub:', error);
|
console.error('Failed to load instances from GitHub:', error);
|
||||||
this.defaultInstances = {
|
this.defaultInstances = {
|
||||||
api: ["https://monochrome-api.samidy.com"],
|
api: [
|
||||||
|
"https://tidal-api.binimum.org",
|
||||||
|
"https://monochrome-api.samidy.com"
|
||||||
|
],
|
||||||
streaming: [
|
streaming: [
|
||||||
"https://triton.squid.wtf",
|
"https://triton.squid.wtf",
|
||||||
"https://wolf.qqdl.site",
|
"https://wolf.qqdl.site",
|
||||||
|
|
@ -63,7 +66,7 @@ export const apiSettings = {
|
||||||
"https://hund.qqdl.site",
|
"https://hund.qqdl.site",
|
||||||
"https://tidal.kinoplus.online",
|
"https://tidal.kinoplus.online",
|
||||||
"https://tidal-api.binimum.org"
|
"https://tidal-api.binimum.org"
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
this.instancesLoaded = true;
|
this.instancesLoaded = true;
|
||||||
return this.defaultInstances;
|
return this.defaultInstances;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"api": [
|
"api": [
|
||||||
|
"https://tidal-api.binimum.org",
|
||||||
"https://monochrome-api.samidy.com"
|
"https://monochrome-api.samidy.com"
|
||||||
],
|
],
|
||||||
"streaming": [
|
"streaming": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue