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
+4 -1
View File
@@ -1 +1,4 @@
"""WOV API routers."""
"""WOV API 路由包。
按职责拆分为节点、实例、工作流和用户应用四组路由,统一由 app.main 挂载。
"""