docs: 为全部代码补充中文注释并加入 AGENTS 注释规范

This commit is contained in:
cat-shark
2026-08-13 22:09:55 +08:00
parent 77e9ac6b7e
commit ac41a9a6da
29 changed files with 472 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
"""异常状态码健康检查节点夹具。
/health 返回 201,用于验证 NodeManager 只接受 200 状态码。
"""
import http.server
import threading