93659d279b
写作风格(style_content)同时被注入到 system_prompt 和 user prompt 中, 导致 AI 收到两份相同的风格指令。现在 apply_style_to_prompt() 仅追加 输出格式指令,风格注入统一由 system_prompt_with_style 负责。