fix: 调试发布run

This commit is contained in:
npc0-hue
2026-07-22 11:44:48 +08:00
parent b06623d0ce
commit 6c3eb6e45f
41 changed files with 1289 additions and 206 deletions
@@ -26,6 +26,9 @@ describe("shared operation dialogs", () => {
expect(operationControlsSource).toContain('event.key === "Escape"');
expect(operationControlsSource).toContain('document.body.style.overflow = "hidden"');
expect(operationControlsSource).toContain("previousFocus?.focus()");
expect(operationControlsSource).toContain("const onCloseRef = useRef(onClose)");
expect(operationControlsSource).toContain('querySelector<HTMLElement>("input:not([disabled]), select:not([disabled]), textarea:not([disabled])")');
expect(operationControlsSource).toContain("}, [open]);");
});
it("keeps management forms in a dialog surface", () => {