Commit Graph

10 Commits

Author SHA1 Message Date
xiongxiao
fa527192c9 feat(export): add removeId option to ExportDialog
Add configurable removeId checkbox (default: true) for controlling whether to include id field in exported API code. Persists to localStorage.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 01:14:13 +08:00
xiongxiao
3269b2eef3 fix: 修复单条数据不显示表格的问题,优化弹窗UI布局
- 修复数组解构错误导致单条数据时不显示表格
- 优化DetailsDialog弹窗布局,内容过多时按钮始终可见
2026-03-13 05:23:05 +08:00
52fa9c5b42 feat(chat): update tool listing to include path, key, and parameters in prompts
- Modified tools list to display tool path and key along with descriptions.
- Added handling for tool parameters in the prompt.
- Updated JSON format in prompts to reflect changes in tool identification.
- Changed label from "智能体" to "执行体" for clarity.
2026-03-11 17:34:15 +08:00
08294e0c7f feat: update @kevisual/api to version 0.0.62 and add ProxyStatusDialog component for monitoring proxy status 2026-03-05 23:07:45 +08:00
cf2baecb3c feat: add RouterGroupDialog for route management and grouping
- Introduced RouterGroupDialog component to display and manage routes in groups.
- Updated studio store to include allRoutes and methods for fetching routes.
- Added functionality to toggle route groups and search by path or key.
- Enhanced App component to include RouterGroupDialog and related state management.
- Integrated new icons and improved UI for better user experience.
2026-03-05 16:47:49 +08:00
3edd6b2a69 feat: implement layout store management and add API documentation modal 2026-02-26 04:39:17 +08:00
5562296ad7 feat: add showBaseHeader state management and update BaseHeader component 2026-02-26 04:04:37 +08:00
7489b8f1ab update 2026-02-26 03:58:17 +08:00
91f5f17028 feat: enhance ExportDialog with customizable import/export code and localStorage support
- Added textarea inputs for customizable 'before' and 'after' code snippets.
- Introduced a checkbox to toggle the removal of view items in the export.
- Implemented localStorage functionality to persist user preferences for 'before', 'after', and 'removeViewItem'.
- Updated the code generation logic to incorporate new options.
2026-02-24 22:05:52 +08:00
a281a0e6e2 udpate 2026-02-24 20:13:27 +08:00