fix: synthesize hardware backspace repeat (#940)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-10-20 00:34:52 +08:00
committed by GitHub
parent d6c2cafce7
commit 0b51719070
31 changed files with 1054 additions and 1227 deletions

View File

@@ -214,10 +214,7 @@ class AskAiRepository {
if (localeHint != null && localeHint.isNotEmpty) {
promptBuffer
..writeln('请优先使用用户的语言输出:$localeHint')
..writeln('如果无法判断语言,请使用简体中文。');
} else {
promptBuffer.writeln('如果无法判断语言,请使用简体中文。');
.writeln('请优先使用用户的语言输出:$localeHint');
}
final messages = <Map<String, String>>[