2025-11-30 16:16:39 +01:00

41 lines
1.3 KiB
Diff

Index: EFB.js
===================================================================
--- EFB.js
+++ EFB.js
@@ -30209,9 +30209,9 @@
{
className: "middle none center rounded-lg bg-green-700 px-6 py-3 font-sans text-xs font-bold uppercase text-white shadow-md shadow-green-500/20 transition-all hover:shadow-lg hover:shadow-green-500/40 focus:opacity-[0.85] focus:shadow-none active:opacity-[0.85] active:shadow-none disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none",
"data-ripple-light": "true",
onClick: () => getOutput(),
- children: "Set Payload"
+ children: "Manage Payload"
}
) }) })
] }) }) });
}
@@ -40562,8 +40562,13 @@
] })
] }) }) });
}
+ // Exports for add. script
+ window.reactExports = __toESM(require_react());
+ window.jsxRuntimeExports = __toESM(require_jsx_runtime());
+ window.useSelector = useSelector
+
// src/components/Router.tsx
init_common();
var import_jsx_runtime15 = __toESM(require_jsx_runtime());
var routes = {
@@ -40578,9 +40583,9 @@
button: {
title: "Payload",
icon: Weight
},
- page: PayloadPage
+ page: window.KH_LM
},
"/perf": {
button: {
title: "Perf",