From 4df48e08c87bd6fddac9579960b326ec19284f7b Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Mon, 19 Jan 2026 16:11:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(annotation):=20=E7=A7=BB=E9=99=A4=E6=A0=87?= =?UTF-8?q?=E6=B3=A8=E5=8E=86=E5=8F=B2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了 annotations:history 权限配置项 - 简化了权限控制列表结构 --- .../src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx b/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx index a526737..15296e1 100644 --- a/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx +++ b/frontend/src/pages/DataAnnotation/Annotate/LabelStudioTextEditor.tsx @@ -145,7 +145,6 @@ export default function LabelStudioTextEditor() { "annotations:add-new", "annotations:delete", "annotations:view-all", - "annotations:history", // 预测 "predictions:tabs", "predictions:menu",