refactor: organize supply frontend structure

This commit is contained in:
2026-07-22 18:16:43 +08:00
parent 699a0bced4
commit b9bc9c3d39
96 changed files with 917 additions and 745 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ test("renders map notices through a single toaster", async ({ page }) => {
await page.getByLabel("打开用户菜单").click();
await page.getByRole("menuitem", { name: /查看运行状态/ }).click();
await expect(page.locator("[data-sonner-toast]")).toHaveCount(1);
await expect(page.getByText("数据状态", { exact: true })).toBeVisible();
});
test("preserves compact typography in header and agent controls", async ({ page }) => {