feat: 可视化组件重构修复 & API 列表/详情页 & 交互增强#1
Open
ChanSinging wants to merge 11 commits intoJavaZeroo:mainfrom
Open
Conversation
- 将仓库气泡点击事件从聚焦改为在新窗口打开 GitHub 仓库链接 - 更新精度和内存维度的标准描述文本,使其更准确反映测试标准 - 简化维度拆解子标题,移除冗余描述 - 调整 API 详情页总体对齐指标的布局,移除径向图表以简化界面
- 在API详情页添加复用测试用例展示组件,显示共享底层实现的API - 更新RepoSection中的标题文本为"下游AI生态库" - 添加API_REUSE_MAP数据映射关系,包含torch和Tensor方法的双向对应
- 新增导入面板组件,支持上传和粘贴 JSON/CSV 格式的 API 数据 - 在顶部栏添加导入按钮,点击可打开导入面板 - 实现数据解析逻辑,支持必填字段校验和重复 API 检测 - 添加数据重置功能,可恢复默认数据集 - 在仓库表格行添加点击跳转至 API 详情页的功能
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
可视化组件重构修复 & API 列表/详情页 & 交互增强