feat: 收口 Rust Web 3000 主链
This commit is contained in:
@@ -130,7 +130,7 @@ async function createTempDocument(requestContext) {
|
||||
async function renameDocument(requestContext, documentId, workspaceId, title) {
|
||||
return await requestJson(requestContext, "/api/documents/title", {
|
||||
method: "POST",
|
||||
data: { documentId, workspaceId, title },
|
||||
data: { documentId, workspaceId, title, commandName: "page.head.updateTitle" },
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user