add 1st PREMIUM monochrome api instace
This commit is contained in:
parent
daac3f4053
commit
631fdc276e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
//storage.js
|
//storage.js
|
||||||
export const apiSettings = {
|
export const apiSettings = {
|
||||||
STORAGE_KEY: 'monochrome-api-instances-v3',
|
STORAGE_KEY: 'monochrome-api-instances-v4',
|
||||||
INSTANCES_URL: 'instances.json',
|
INSTANCES_URL: 'instances.json',
|
||||||
SPEED_TEST_CACHE_KEY: 'monochrome-instance-speeds',
|
SPEED_TEST_CACHE_KEY: 'monochrome-instance-speeds',
|
||||||
SPEED_TEST_CACHE_DURATION: 1000 * 60 * 60,
|
SPEED_TEST_CACHE_DURATION: 1000 * 60 * 60,
|
||||||
|
|
@ -54,12 +54,14 @@ 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://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',
|
||||||
'https://monochrome-api.samidy.com',
|
'https://monochrome-api.samidy.com',
|
||||||
],
|
],
|
||||||
streaming: [
|
streaming: [
|
||||||
|
'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',
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"api": [
|
"api": [
|
||||||
|
"https://api.monochrome.tf/",
|
||||||
"https://tidal-api.binimum.org",
|
"https://tidal-api.binimum.org",
|
||||||
"https://monochrome-api.samidy.com",
|
"https://monochrome-api.samidy.com",
|
||||||
"https://triton.squid.wtf",
|
"https://triton.squid.wtf",
|
||||||
"https://wolf.qqdl.site"
|
"https://wolf.qqdl.site"
|
||||||
],
|
],
|
||||||
"streaming": [
|
"streaming": [
|
||||||
|
"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