feat: 完成对话手动停止的功能

This commit is contained in:
zoujing
2025-08-06 11:47:07 +08:00
parent 6e658c9967
commit 65653525a0
6 changed files with 182 additions and 114 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
insert_final_newline = false