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

@@ -0,0 +1,8 @@
// import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
import uptimeKumaProxyHandler from "./proxy";
const widget = {
proxyHandler: uptimeKumaProxyHandler,
};
export default widget;