前端原型展示 - Phase 1
使用 Tailwind CSS CDN + Vanilla JavaScript
使用說明
以下頁面尚未實作
driverAppDemo/ ├── index.html # 本頁面 (導航頁) ├── pages/ # 各功能頁面 │ ├── p0-1-login.html # 登入頁面 │ ├── p0-2-home.html # 首頁 - 任務總覽 │ ├── p0-3-trip-detail.html # 任務詳情 (多站點) │ └── p0-5-stop-detail.html # 站點詳情 ├── js/ # JavaScript 檔案 │ ├── mock-data.js # 模擬資料 │ └── app.js # 主要邏輯 ├── styles/ # 樣式設定 │ └── custom.css # 自定義樣式 └── README.md # 專案說明