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

This commit is contained in:
cat-shark
2026-08-13 22:09:55 +08:00
parent 812d276998
commit c1a8354282
5 changed files with 55 additions and 1 deletions
+4 -1
View File
@@ -1 +1,4 @@
"""WOV faster-whisper ASR node."""
"""WOV faster-whisper 语音转写节点。
把 FFmpeg 节点产出的标准化音频转写为 SRT 字幕,供后续 LLM 翻译节点使用。
"""