Revert "feat(annotation): 添加模板示例数据配置功能"

This reverts commit a2b0fc3674.
This commit is contained in:
2026-01-18 22:08:20 +08:00
parent a2b0fc3674
commit 0c94361cde
4 changed files with 2 additions and 177 deletions

View File

@@ -53,12 +53,6 @@ export interface TemplateConfiguration {
labels: LabelDefinition[];
objects: ObjectDefinition[];
metadata?: Record<string, any>;
/**
* 示例数据,用于模板预览
* key: 变量名(不带$前缀,如 "image"、"text")
* value: 示例内容(URL 或文本)
*/
exampleData?: Record<string, string>;
}
export interface AnnotationTemplate {