feat(workspace): 完成图片资产存储与引用

This commit is contained in:
2026-09-13 21:52:14 +08:00
parent c87b56a13f
commit 9c35f54560
16 changed files with 655 additions and 10 deletions
+2
View File
@@ -112,6 +112,8 @@ def test_workspace_openapi_paths_are_published() -> None:
"/api/workspace/folders",
"/api/workspace/folders/rename",
"/api/workspace/folders/delete",
"/api/workspace/assets",
"/api/workspace/assets/content",
"/api/notes/{note_id}/rename",
} <= paths.keys()