You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
钟良源 fc7f4853a0 feat(ide): 实现组件市场添加功能并优化数据处理
- 在 _app.tsx 中为不同组件类型添加 fontCompType 标识
- 移除登录表单的默认用户名密码初始化值- 增加工程组件数据获取的异步等待处理
-重构 market.tsx 组件以支持添加到工程的功能- 新增 addProjectComp 和 addProjectBaseComp API 接口
- 优化右侧边栏宽度从 350px 调整为 550px- 完善组件是否已添加的状态显示和交互逻辑- 增加从缓存获取组件列表及监听 Redux 状态更新的能力
- 修复侧边栏树节点选择判断逻辑,避免误判无子节点情况
- 添加刷新按钮用于重新加载组件库数据
7 months ago
..
config feat(sidebar): 侧边栏图标更换,默认菜单数据增加icon和activeIcon属性 7 months ago
style feat(market):重构组件市场页面结构和分类逻辑 7 months ago
types pref(ideContainer): 优化数据类型,增加Selected类型 8 months ago
chatBox.tsx feat: 新增右侧侧边栏中的两个组件 智能编排和组件市场 9 months ago
index.tsx feat(ide): 实现组件市场添加功能并优化数据处理 7 months ago
logBar.tsx pref: 代码格式化 7 months ago
market.tsx feat(ide): 实现组件市场添加功能并优化数据处理 7 months ago
navBar.tsx feat(ideContainer): 实现应用删除时自动关闭相关标签页 7 months ago
rightSideBar.tsx feat(ide): 实现组件市场添加功能并优化数据处理 7 months ago
sideBar.tsx feat(sidebar): 侧边栏图标更换,默认菜单数据增加icon和activeIcon属性 7 months ago