4 Commits

Author SHA1 Message Date
3162cbfad0 feat: add export functionality for web API with demo script
- Add export API endpoint POST /web/v1/accounts/export
- Support two export modes: text (data strings) and object (full account objects)
- Automatically set account status to 'exported' during export
- Add comprehensive demo script that uploads, exports and verifies functionality
- Update API documentation with export endpoint details
- Add TypeScript types for export functionality

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 11:32:23 +08:00
0854fb719d feat: add most permissive CORS configuration
- Set origin to '*' to allow all origins
- Set allowedHeaders to '*' to allow all headers
- Add explicit methods configuration for all common HTTP methods
- Enables full cross-origin access for development and integration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 09:11:01 +08:00
26d1d391b7 docs: enhance README with comprehensive project overview
- Add detailed project description and core features
- Update quick start guide with db:setup command
- Enhance project structure documentation
- Add core functionality sections
- Link to comprehensive API and design docs
- Improve formatting and organization

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 03:37:17 +08:00
Your Name
891ae27689 feat: initial commit with accounts manager project structure
- TypeScript项目基础架构
- API路由和账户管理服务
- 数据库模式和迁移
- 基础配置文件和文档

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 01:42:50 +08:00