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

@ -447,5 +447,13 @@
"photos": "Photos",
"videos": "Videos",
"storage": "Storage"
},
"uptimekuma": {
"status": "status",
"uptime": "uptime",
"good": "All Systems Operational",
"warn": "Partially Degraded Service",
"bad": "Degraded Service",
"unknown": "Unknown service status"
}
}
}