mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
feat: finish quick links, start weather widget, bug fixes etc
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export const API_URL = 'https://api.muetab.com';
|
||||
export const UNSPLASH_URL = 'https://unsplash.muetab.com';
|
||||
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
|
||||
export const WEATHER_URL = 'https://mueweather.ohlookitsderpy.workers.dev';
|
||||
export const WEBSITE_URL = 'https://muetab.com';
|
||||
export const SPONSORS_URL = 'https://sponsors.muetab.com';
|
||||
export const GITHUB_URL = 'https://api.github.com';
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
},
|
||||
{
|
||||
"name": "order",
|
||||
"value": "[\"greeting\", \"time\", \"quote\", \"date\"]"
|
||||
"value": "[\"greeting\", \"time\", \"quicklinks\", \"quote\", \"date\"]"
|
||||
},
|
||||
{
|
||||
"name": "theme",
|
||||
@@ -146,5 +146,17 @@
|
||||
{
|
||||
"name": "debugtimeout",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"name": "quicklinks",
|
||||
"value": "[]"
|
||||
},
|
||||
{
|
||||
"name": "quicklinksenabled",
|
||||
"value": false
|
||||
},
|
||||
{
|
||||
"name": "weatherEnabled",
|
||||
"value": false
|
||||
}
|
||||
]
|
||||
|
||||
@@ -20,6 +20,7 @@ export default function ExperimentalInit() {
|
||||
debugger;
|
||||
}
|
||||
break;
|
||||
default: break;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user