style: refine market toolbar layout

This commit is contained in:
wxs
2026-06-30 17:44:31 +08:00
parent ccfb8f14fe
commit 4b5515f6ec
9 changed files with 1694 additions and 62 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { createBatchSubmitClient } from "../src/shared/batch-submit-client";
describe("batch-submit-client", () => {
test("exports the default batch submit base url", () => {
expect(DEFAULT_BATCH_SUBMIT_BASE_URL).toBe("http://192.168.31.21:8083");
expect(DEFAULT_BATCH_SUBMIT_BASE_URL).toBe("http://localhost:8083");
});
test("posts the batch payload with a Bearer token", async () => {