Compare commits
No commits in common. "d0b541473e605ff792374bbabe673717bb58819e" and "07df3502689c6fc2df115c7c9eaf2562e4ca51aa" have entirely different histories.
d0b541473e
...
07df350268
@ -97,8 +97,7 @@
|
|||||||
"Bash(git -C \"E:/qia\" commit -m \"chore: 更新子模块\")",
|
"Bash(git -C \"E:/qia\" commit -m \"chore: 更新子模块\")",
|
||||||
"Bash(git -C \"E:/qia\" status)",
|
"Bash(git -C \"E:/qia\" status)",
|
||||||
"Bash(git -C E:/qia/client diff --stat)",
|
"Bash(git -C E:/qia/client diff --stat)",
|
||||||
"Bash(git -C E:/qia/server diff --stat)",
|
"Bash(git -C E:/qia/server diff --stat)"
|
||||||
"Bash(set PORT=3001)"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
53
CLAUDE.md
53
CLAUDE.md
@ -1,53 +0,0 @@
|
|||||||
# CLAUDE.md
|
|
||||||
|
|
||||||
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
|
|
||||||
|
|
||||||
## Project Overview
|
|
||||||
|
|
||||||
"掐日子" (Qia Rizi) - AI 纪念日·提醒 - A Chinese calendar reminder app with anniversaries, reminders, and notes.
|
|
||||||
|
|
||||||
## Project Structure
|
|
||||||
|
|
||||||
```
|
|
||||||
qia/
|
|
||||||
├── client/ # Frontend (React 19 + TypeScript + Vite)
|
|
||||||
├── server/ # Backend (Node.js + Express + Prisma)
|
|
||||||
├── docs/ # Documentation
|
|
||||||
└── ui/ # Design assets
|
|
||||||
```
|
|
||||||
|
|
||||||
## Commands
|
|
||||||
|
|
||||||
### Frontend (client/)
|
|
||||||
```bash
|
|
||||||
cd client
|
|
||||||
pnpm install
|
|
||||||
pnpm dev # Start dev server (http://localhost:5173)
|
|
||||||
pnpm build # Production build
|
|
||||||
pnpm lint # Run ESLint
|
|
||||||
```
|
|
||||||
|
|
||||||
### Backend (server/)
|
|
||||||
```bash
|
|
||||||
cd server
|
|
||||||
npm install
|
|
||||||
npm run dev # Start dev server (http://localhost:3000)
|
|
||||||
```
|
|
||||||
|
|
||||||
## Backend API Endpoints
|
|
||||||
|
|
||||||
| Endpoint | Method | Description |
|
|
||||||
|----------|--------|-------------|
|
|
||||||
| `/api/auth/register` | POST | User registration |
|
|
||||||
| `/api/auth/login` | POST | User login |
|
|
||||||
| `/api/auth/logout` | POST | Logout |
|
|
||||||
| `/api/auth/me` | GET | Get current user |
|
|
||||||
| `/api/auth/refresh` | POST | Refresh token |
|
|
||||||
| `/api/events` | GET/POST | Events CRUD |
|
|
||||||
| `/api/events/:id` | PUT/DELETE | Event operations |
|
|
||||||
| `/api/notes` | GET/PUT | Notes operations |
|
|
||||||
| `/api/ai/parse` | POST | AI event parsing |
|
|
||||||
|
|
||||||
## Frontend Architecture
|
|
||||||
|
|
||||||
See `client/CLAUDE.md` for detailed frontend guidance.
|
|
||||||
2
client
2
client
@ -1 +1 @@
|
|||||||
Subproject commit 2feb02becf6a83bc5b82150747951d9f8a6aa22a
|
Subproject commit 6fd1acc9993ff3a1088d3d80c0127ccdb6bacb44
|
||||||
BIN
page-overview.png
Normal file
BIN
page-overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
BIN
page-screenshot.png
Normal file
BIN
page-screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
BIN
priority-red-test.png
Normal file
BIN
priority-red-test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
BIN
priority-selector.png
Normal file
BIN
priority-selector.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 64 KiB |
2
server
2
server
@ -1 +1 @@
|
|||||||
Subproject commit 875f902ac318961469ea2eb286c2b35afa18932b
|
Subproject commit e44183e3e01d5cfc3629aa0495dfc6bc5cd052a5
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB |
BIN
掐日子@3x.png
BIN
掐日子@3x.png
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
Loading…
x
Reference in New Issue
Block a user