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
+9
View File
@@ -81,6 +81,15 @@ class FolderDeleteRequest(Contract):
path: str
class WorkspaceAsset(Contract):
asset_id: str
path: str
content_hash: str
media_type: str
size: int
original_name: str
# 笔记与检索
class NoteBlock(Contract):
block_id: str