You've already forked DataMate
Revert "feat(annotation): 添加模板示例数据配置功能"
This reverts commit a2b0fc3674.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user