feat: 收口 Rust Web 3000 主链

This commit is contained in:
lix-2026
2026-05-11 13:16:34 +08:00
parent 7f3f7d4e2f
commit 17c003976b
61 changed files with 2090 additions and 2256 deletions
@@ -331,7 +331,11 @@ async function run() {
const titleResponse = await fetch("/api/documents/title", {
method: "POST",
headers: { "content-type": "application/json" },
body: JSON.stringify({ ...common, title: "Browser Saved Title" }),
body: JSON.stringify({
...common,
title: "Browser Saved Title",
commandName: "page.head.updateTitle",
}),
});
if (!titleResponse.ok) throw new Error(`title_failed_${titleResponse.status}`);
const saveResponse = await fetch("/api/documents/save", {