feat: unify task and rule workbenches

This commit is contained in:
lingniu
2026-07-19 05:52:52 +08:00
parent 63b50732cb
commit 860978fad8
8 changed files with 439 additions and 37 deletions

View File

@@ -21,7 +21,7 @@ export type WorkspaceSideSheetBadgeColor = 'blue' | 'green' | 'orange' | 'red' |
export type WorkspaceSideSheetProps = {
className?: string;
variant?: 'config' | 'detail';
variant?: 'config' | 'detail' | 'task' | 'editor';
visible: boolean;
ariaLabel: string;
closeLabel?: string;