Implement uptime-kuma widget

This commit is contained in:
chain710 2023-02-01 23:22:59 +08:00 committed by shamoon
parent f517d704b8
commit c3d15a61c3
6 changed files with 160 additions and 1 deletions

View file

@ -57,6 +57,7 @@ import unifi from "./unifi/widget";
import watchtower from "./watchtower/widget";
import xteve from "./xteve/widget";
import immich from "./immich/widget";
import uptimekuma from "./uptimekuma/widget";
const widgets = {
adguard,
@ -121,6 +122,7 @@ const widgets = {
watchtower,
xteve,
immich,
uptimekuma,
};
export default widgets;