init
This commit is contained in:
2025-07-28 22:43:00 +08:00
parent b12e790507
commit c678630298
5 changed files with 342 additions and 0 deletions

46
CHANGELOG.md Normal file
View File

@@ -0,0 +1,46 @@
# 更新日誌
本專案的所有重要變更都會記錄在此檔案中。
格式基於 [Keep a Changelog](https://keepachangelog.com/zh-TW/1.0.0/)
且本專案遵循 [Semantic Versioning](https://semver.org/lang/zh-TW/)。
## [未發布]
### 新增
- 新功能 A
- 新功能 B
### 變更
- 變更功能 A
- 變更功能 B
### 修復
- 修復 Bug A
- 修復 Bug B
## [1.0.0] - 2024-01-01
### 新增
- 初始版本發布
- 基本圖片上傳功能
- React 前端介面
- Flask 後端 API
- 圖片預覽功能
- 響應式設計
- Tailwind CSS 樣式
### 技術特色
- Flask 3.0.0 後端框架
- React 19 前端框架
- Flask-CORS 跨域支援
- 現代化 UI/UX 設計
- 支援多種圖片格式
---
## 版本說明
- **主要版本**:不相容的 API 變更
- **次要版本**:向後相容的新功能
- **修補版本**:向後相容的 Bug 修復