待看url可修改,增加快捷键

This commit is contained in:
2025-09-08 11:47:31 +08:00
parent 5a134e39cd
commit ed921f7c66
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ backend/
- `POST /api/watchlist` - 添加待看项目
- 参数: `url` (必填), `title` (可选,不提供则自动生成)
- `PUT /api/watchlist/:id` - 更新待看项目
- 参数: `title` (项目标题)
- 参数: `title` (项目标题), `url` (项目URL)
- `DELETE /api/watchlist/:id` - 删除待看项目
## 🔧 配置说明