Commit Graph

59 Commits

Author SHA1 Message Date
lintsinghua a271fd685a
Update README_EN.md 2025-10-23 11:32:01 +08:00
lintsinghua a6bac23e46
Update README_EN.md 2025-10-23 11:14:33 +08:00
lintsinghua b5312183b8
Update README_EN.md 2025-10-23 11:05:12 +08:00
lintsinghua b0699f3cd7
Update README_EN.md 2025-10-23 10:47:08 +08:00
lintsinghua 93bac360f1 feat(deployment): Add Docker support and deployment configuration
- Add Dockerfile for multi-stage build with Node.js and Nginx
- Create docker-compose.yml for simplified container deployment
- Add .dockerignore to optimize Docker build context
- Configure nginx.conf with performance and security optimizations
- Update README.md and README_EN.md with Docker deployment instructions
- Enhance database configuration to support optional Supabase integration
- Improve environment configuration handling for local and containerized environments
Enables easier deployment and provides a standardized container-based setup for the application.
2025-10-23 00:13:48 +08:00
lintsinghua d6a78817e1 docs(readme): Swap example images for improved visual representation
- Exchanged image paths in README.md and README_EN.md
- Swapped example2.png and example3.png to enhance visual clarity
- Maintained existing image captions and descriptions
- Ensures consistent visual storytelling across both language versions
2025-10-22 18:14:45 +08:00
lintsinghua a12633b47d refactor(project-structure): Restructure project architecture and improve code organization
- Reorganize source code into feature-based and shared module structure
- Move components, services, and hooks into more logical directories
- Update project configuration files to reflect new structure
- Add .env.example template for easier environment setup
- Enhance README.md with more detailed project information and setup instructions
- Consolidate utility functions and hooks into shared modules
- Remove deprecated or unused files and components
- Improve type definitions and configuration management
- Update routing and main application configuration
This refactoring aims to improve code maintainability, readability, and scalability by implementing a more modular and organized project structure.
2025-10-22 15:12:59 +08:00
lintsinghua 067961df94
Refactor README by removing unnecessary sections
Removed development guide and troubleshooting sections from README.
2025-10-19 22:45:29 +08:00
lintsinghua 789a1b0cdf 新增英文版README_EN.md,包含项目介绍、功能特点、快速入门指南及技术栈等详细信息,同时更新中文README.md以添加语言切换链接。 2025-09-20 12:11:34 +08:00