note-taking-app/ ├── 📂 src/ # 源代码目录 │ ├── 📂 models/ # 数据模型 │ │ ├── user.py # 用户模型 │ │ └── note.py # 笔记模型 (JSON标签、时间字段) │ ├── 📂 routes/ # API 路由 ...
A modern, responsive web application for managing personal notes with a beautiful user interface and full CRUD functionality. notetaking-app/ ├── src/ │ ├── models/ │ │ ├── user.py # User model ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results