Commit Graph

5 Commits

Author SHA1 Message Date
308fecd719 补充settings.py 2025-09-07 22:31:53 +08:00
16e3b14984 增加了api功能:
创建API文档页面 :新建了 status/templates/status/api_docs.html 模板文件,包含:

- API认证方式说明
- 所有API端点的详细说明(POST /api/checkin/、GET /api/services/、GET /api/services/{id}/history/、GET /api/status-summary/)
- 每个端点的请求体和响应体示例
- 状态码和检测类型的说明
2025-09-07 19:51:04 +08:00
1cac84b9d4 重新架构了整个models 2025-09-07 16:47:12 +08:00
e66061f829 防止将来的更新冲突 2025-09-07 10:23:02 +08:00
7792734fb0 第一个版本 2025-07-31 21:21:45 +08:00