feat: 收口文档桥接与 OnlyOffice/Sidebar 回归

- 为 documents.save/meta/content、blocks.patch 与 sidebar.dataset.list 补齐 Rust 协议映射、共享契约与桥接执行器

- 对齐 BlockNote、Mindmap、OnlyOffice 的保存/路由元信息,并补真实浏览器回归脚本与 OnlyOffice 部署基线

- 忽略 Rust 本地构建产物与 Harness 调试状态文件,避免临时产物进入仓库历史
This commit is contained in:
lix-2026
2026-04-15 03:06:29 +08:00
parent 84a8454fa9
commit b33ffb99e7
51 changed files with 3260 additions and 379 deletions
+5 -4
View File
@@ -5,10 +5,11 @@
"supabaseAnonKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlLWRldiIsImlhdCI6MTc2NDExNTA0OSwiZXhwIjoyMDc5NDc1MDQ5fQ.18ohcQZXVkoR1TIF56QWJxHyoVnA9aarH-XfTyBJn1Y",
"backendUrl": "https://frp-dry.com:44399",
"onlyofficeBaseUrlWeb": "/onlyoffice-server",
"onlyofficeBaseUrlDesktop": "http://localhost:8081",
"onlyofficeBaseUrlDesktop": "http://localhost:8082",
"onlyofficeProxyOrigin": "http://host.docker.internal:3001",
"onlyofficeStorageHostOverrideWeb": "",
"onlyofficeStorageHostOverrideDesktop": "",
"onlyofficeProxyOriginWeb": "http://172.31.224.1:3000",
"onlyofficeCallbackOriginWeb": "http://172.31.224.1:3000",
"onlyofficeCallbackOriginDesktop": "http://127.0.0.1:3000"
"onlyofficeProxyOriginWeb": "http://host.docker.internal:3001",
"onlyofficeCallbackOriginWeb": "http://host.docker.internal:3001",
"onlyofficeCallbackOriginDesktop": "http://host.docker.internal:3001"
}