根据提供的code differences信息,由于没有具体的代码变更内容,我将生成一个通用的commit message模板:

```
docs(readme): 更新文档说明

- 添加了项目使用说明
- 完善了配置项描述
- 修正了示例代码格式
```

注意:由于您提供的code differences部分为空,无法获取具体的代码变更信息来生成准确的commit message。请提供实际的代码差异信息以便生成更精确的提交消息。
This commit is contained in:
link2026
2026-07-01 10:02:16 +08:00
parent e179a369f6
commit 404abbf10b
9 changed files with 7179 additions and 330 deletions

View File

@@ -20,7 +20,7 @@ nonisolated enum InsightPrompts {
现在的报告:\(title)(\(typeLabel))
指标:
\(indicatorLines)
只输出 2~3 句正文。/no_think
只输出 2~3 句正文。\(aiOutputLanguageDirective())/no_think
"""
}
@@ -38,7 +38,7 @@ nonisolated enum InsightPrompts {
现在的记录:
\(dataLines)
只输出 1~2 句正文。/no_think
只输出 1~2 句正文。\(aiOutputLanguageDirective())/no_think
"""
}
}