Add overwrite confirmation and update README

This commit is contained in:
2026-04-15 10:35:17 +08:00
parent 35eab44a7a
commit 27196dc2bf
2 changed files with 49 additions and 8 deletions

View File

@@ -11,7 +11,9 @@
- 每一組都會把 A 區與 B 區名單完整分配完成
- 若某一區人數不足,系統會自動補入「那個」
- 產生配對後可用按鈕手動上傳資料到資料庫
- 若指定日期已經有資料,上傳前會先詢問是否覆蓋
- 可讀取指定日期的資料庫內容並回填到畫面
- 若指定日期沒有資料,畫面會顯示「指定日期沒有資料」
- 支援換行、半形逗號、全形逗號與頓號輸入
- 會自動去除空白與重複名稱
@@ -22,6 +24,12 @@ npm install
npm run dev
```
前端開發網址預設為:
```text
http://localhost:3500
```
## 資料庫欄位
- `time`: 目標日期,格式為 `YYYYMMDD`