ac384ce10b
fix: 优化各页面代码格式和样式
...
- 微调多个页面的样式和布局
- 保持功能不变
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 17:39:10 +08:00
2d8f0fa312
fix: 优化数据库页面按钮交互样式
...
- 编辑和映射按钮添加 hover 颜色
- 优化翻页按钮过渡动画
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 14:28:25 +08:00
945cf6c950
fix: 修复空状态显示问题,添加DDL编辑功能
...
- 修复无数据时重复显示空状态的问题
- 将DDL展示改为可编辑的textarea
- 优化空状态UI样式和提示文案
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 10:33:45 +08:00
c917d6b04c
feat: 添加Neo4j图数据库支持及前端代码重构
...
- 新增 Neo4j 图数据库 handler、service、model
- 后端添加 SaveGraph API 接口
- 前端 Database.vue 重构,拆分为独立组件
- 新增 web/src/views/database/ 组件目录
- 删除临时文件 (temp_*.go)
- 添加 Neo4j 相关 API 需求文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 09:11:08 +08:00
20015dbd2a
fix: 修复暗色主题下下拉菜单白色背景闪烁问题
...
- 添加 dark-select-dropdown 自定义类
- 修复鼠标移出后下拉菜单出现白色背景的问题
- 强制覆盖所有可能的白色背景样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 16:49:18 +08:00
b2bc9988a9
feat: 重构前后端架构,添加Go后端和Python Agent服务
...
- 新增 Go 语言后端服务(server/),包含用户认证、Agent管理、数据库连接等API
- 新增 Python Agent 服务(agent/),实现Agent核心逻辑和工具集
- 前端从原生HTML迁移到Vue.js框架(web/src/)
- 添加 Docker Compose 支持(docker-compose.yml)
- 添加项目架构文档(docs/ARCHITECTURE.md)
- 添加环境变量示例(.env.example)和本地启动脚本(start-local.ps1)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 16:39:42 +08:00
6d5ae6c604
Add Database page with new connection feature
...
- Reorganize project structure: move frontend to web/ directory
- Add Database page with connection list (name, type, subtables, status, created, actions)
- Integrate Element Plus for UI components with dark theme support
- Add Quicksand font for rounded UI design
- Configure root package.json to run frontend from web/ directory
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-05 10:49:46 +08:00