docs: switch frontend handoff docs to pure javascript

This commit is contained in:
Chris
2026-03-29 23:18:08 +08:00
parent a880c99857
commit d1a5ad2819
2 changed files with 12 additions and 12 deletions

View File

@@ -1,9 +1,9 @@
# Frontend Implementation Checklist
## A. 專案初始化
- [ ] 建立 `src/api/http.ts`
- [ ] 建立 `src/stores/auth.ts`
- [ ] 建立 `src/stores/permission.ts`
- [ ] 建立 `src/api/http.js`
- [ ] 建立 `src/stores/auth.js`
- [ ] 建立 `src/stores/permission.js`
- [ ] 配置 `VITE_API_BASE_URL`
## B. API 對接