From 32bba007cde9fbb4d124298fc81a0c3fa458b6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 16 Sep 2025 23:33:48 +0800 Subject: [PATCH] Add Readme for stream API actions Introduces a Readme.txt file in the stream action directory, providing an overview and usage notes for stream-related API functions such as file upload, download, and cleanup. --- src/onebot/action/stream/Readme.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/onebot/action/stream/Readme.txt diff --git a/src/onebot/action/stream/Readme.txt b/src/onebot/action/stream/Readme.txt new file mode 100644 index 00000000..7df0fee6 --- /dev/null +++ b/src/onebot/action/stream/Readme.txt @@ -0,0 +1,9 @@ +# Stream-Api + +## 流式接口总览 +clean_stream_temp_file 清理流临时文件 +test_stream_download 测试流传输 +download_file_stream 下载文件流传输 get_file替代 +upload_file_stream 上传文件流 + +## 使用 \ No newline at end of file