Commit Graph
10 Commits
Author SHA1 Message Date
JianMiauandClaude Fable 5 4cb150c7fb 統一換行符為 LF
根本原因:
Windows 編輯器存檔時把 src/App.tsx 混入 CRLF,造成 git diff 出現整檔 572/565 行的假差異,難以審閱。

影響:
之後任何人在任何編輯器存檔,都不會再混入 CRLF 汙染 diff。

修法:
新增 .gitattributes 設定 `* text=auto eol=lf`,checkout 與 commit 一律正規化為 LF。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-10 15:20:47 +08:00
JianMiau 78142488f3 Show badge only in local test environment 2026-04-15 16:32:53 +08:00
JianMiau c343dc6f11 Set docker compose default to production mode 2026-04-15 16:28:12 +08:00
JianMiau 39b9ed8c08 Update README for current app workflow 2026-04-15 16:24:19 +08:00
JianMiau 2bed4f6df0 Add LINE push integration and target mode config 2026-04-15 16:22:19 +08:00
JianMiau 1687223631 Fix README path after moving project directory 2026-04-15 16:09:16 +08:00
JianMiau 27196dc2bf Add overwrite confirmation and update README 2026-04-15 10:35:17 +08:00
JianMiau 35eab44a7a Add loading match results by date 2026-04-15 10:11:53 +08:00
JianMiau 6c3ff0e3d1 Add DB upload flow and Docker deployment setup 2026-04-14 23:17:45 +08:00
JianMiau 268e76bf0d Initial React badminton team matching app 2026-04-14 22:35:03 +08:00