Conversation
- 将 VUE_APP_API_URL 更新为新的本地地址 - 删除未使用的 FunctionCallTree 组件,简化 FunctionAnalysis 组件 - 优化 FunctionAnalysis 组件的 UI,增加功能开发提示 - 移除冗余的 TreeNode 组件,提升代码可读性 - 更新路由配置,替换 TraceDetails 组件为新版本
- 将 VUE_APP_API_URL 更新为新的本地地址 - 在 openapi.yaml 中新增 /api/runtime/function/info 接口及其请求和响应结构 - 更新 README.md,增加调用链路分析功能的描述和使用方法 - 在 FunctionAnalysis.vue 中增加调用链路展示功能,优化用户交互体验 - 在 TraceDetailsNew.vue 中添加高亮处理状态提示 - 在 useTraceHighlight.js 和 useTraceTree.js 中优化高亮和树形结构的处理逻辑
- 在 openapi.yaml 中新增 functionId 字段 - 优化 FunctionAnalysis.vue 组件,增加调用链路模态框和函数分布概览 - 更新 RuntimeAnalysis.vue 组件,整合函数分析组件并优化分页显示 - 改进 TraceViewer.vue 组件的分页逻辑,增加省略号显示 - 调整路由配置,移除不再使用的 FunctionAnalysis 路由
- 删除了多个组件中的内联样式,改为使用外部样式文件,提升代码可维护性。 - 更新了主样式文件的引入路径,确保样式统一性。 - 优化了多个组件的样式结构,增强了用户界面的视觉效果。
- 在 openapi.yaml 中新增 /api/runtime/modules 接口及其请求和响应结构。 - 更新 README.md,描述思维导图生成的使用方法和功能特点。 - 优化多个组件的样式,增强用户界面体验。 - 在 FunctionAnalysis.vue 和 RuntimeAnalysis.vue 中集成模块选择器,支持动态模块切换。 - 增强 TraceDetailsNew.vue 组件,添加调用链视图和帮助模态框功能。
- 移除 GidCallGraph.vue 组件及其相关的 gid-call-graph.css 样式文件,简化代码结构。 - 更新 ParametersModal.vue 和 RuntimeAnalysis.vue 组件,调整 JSON 查看器选项,优化用户体验。 - 清理未使用的函数分析和搜索相关的组合逻辑,提升代码可维护性。
- 将 JSON 查看器的 expanded 属性从 0 修改为 1,提升用户体验,确保默认展开视图。
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.
No description provided.