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

This commit is contained in:
cat-shark
2026-08-13 22:09:55 +08:00
parent 1c6e01087b
commit 664957b5ef
5 changed files with 56 additions and 1 deletions
+5 -1
View File
@@ -1 +1,5 @@
"""WOV LLM translation node."""
"""WOV LLM 字幕翻译节点。
调用 OpenAI 兼容接口,把 ASR 产出的日文 SRT 字幕逐批翻译为目标语言,
同时保持 SRT 的序号与时间轴结构不变。
"""