Feat: Support auto theme in status pages

This commit is contained in:
Nelson Chan 2023-03-02 07:26:26 +08:00
parent beafbf27ad
commit 150607cc93
3 changed files with 11 additions and 4 deletions

View file

@ -276,7 +276,7 @@ module.exports.statusPageSocketHandler = (socket) => {
let statusPage = R.dispense("status_page");
statusPage.slug = slug;
statusPage.title = title;
statusPage.theme = "light";
statusPage.theme = "auto";
statusPage.icon = "";
await R.store(statusPage);