更新日志
Eagle Plugin API 更新日志,记录自第一个 Plugin API 版本后的所有重要功能变更。
2026年3月24日
📄 Item API 增强
let item = await eagle.item.getById('item_id');
// 读取标注
console.log(item.comments);
// 添加图片框选标注
await item.addComment({ x: 350, y: 480, width: 380, height: 400, annotation: "脸部区域" });
// 添加视频时间轴注解
await item.addComment({ duration: 65.5, annotation: "重要场景" });
// 更新标注
await item.updateComment('comment_id', { annotation: "更新后的文字" });
// 移除标注
await item.removeComment('comment_id');📁 Smart Folder API
🔧 Manifest 配置增强
2026年1月22日
💻 App API 增强
📄 Item API 增强
2026年1月9日
🔍 AI Search 语意搜索 API
2026年1月8日
🏷️ TagGroup/Tag API 增量操作方法
🏷️ TagGroup API 增强
2026年1月6日
🏷️ Tag API 增强
2025年8月21日
💻 App API 增强
2025年8月19日
📁 Folder API 增强
2025年8月13日
🏷️ Tag API 功能扩展
2025年8月5日
📄 Item API 性能和选择功能大幅增强
2025年7月31日
🪟 Window API 扩展
2024年11月28日
🏷️ TagGroup CRUD 操作
🗑️ Item 删除功能
2024年7月25日
🪟 Window API 增强
2024年5月10日
🖱️ Context Menu API
🪟 Window API 截图功能
2024年4月17日
🔍 预览插件功能增强
最后更新于