feat: add find page, breadcrumb components and canvas workbench updates

This commit is contained in:
2026-08-30 14:38:09 +08:00
parent ee3b7745b7
commit bceb3a1542
21 changed files with 2239 additions and 73 deletions
+1
View File
@@ -66,6 +66,7 @@ class WordLocation(BaseModel):
class JobLocationSearchResult(BaseModel):
job_id: str
query: str = ""
mode: Literal["exact", "contains"] = "exact"
total: int = 0
canvas_width: int = 0
canvas_height: int = 0