diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-12 12:48:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 12:48:24 +0900 |
| commit | 0d10ca02dbc5cde068eb702ee8097226faa314e3 (patch) | |
| tree | 186df60d6590f80df112fa6c210b70f3c4222cef /src/docs/zh-CN/advanced/stream.md | |
| parent | improve(client): Improve emoji autocomplete (diff) | |
| download | misskey-0d10ca02dbc5cde068eb702ee8097226faa314e3.tar.gz misskey-0d10ca02dbc5cde068eb702ee8097226faa314e3.tar.bz2 misskey-0d10ca02dbc5cde068eb702ee8097226faa314e3.zip | |
New Crowdin updates (#7619)
* New translations disable-timelines.md (Chinese Simplified)
* New translations api.md (Chinese Simplified)
* New translations api.md (Chinese Simplified)
* New translations ja-JP.yml (Chinese Simplified)
* New translations api.md (Chinese Simplified)
* New translations api.md (Chinese Simplified)
* New translations api.md (Chinese Simplified)
* New translations create-plugin.md (Chinese Simplified)
* New translations stream.md (Chinese Simplified)
* New translations ja-JP.yml (German)
* New translations ja-JP.yml (English)
* New translations note.md (English)
* New translations links.md (English)
* New translations ja-JP.yml (Korean)
* New translations ja-JP.yml (Russian)
* New translations troubleshooting.md (Russian)
* New translations ja-JP.yml (Russian)
* New translations ja-JP.yml (English)
* New translations ja-JP.yml (Chinese Simplified)
Diffstat (limited to 'src/docs/zh-CN/advanced/stream.md')
| -rw-r--r-- | src/docs/zh-CN/advanced/stream.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/zh-CN/advanced/stream.md b/src/docs/zh-CN/advanced/stream.md index f9584e8c7f..b4cd7ec104 100644 --- a/src/docs/zh-CN/advanced/stream.md +++ b/src/docs/zh-CN/advanced/stream.md @@ -1,4 +1,4 @@ -# ストリーミングAPI +# 流式API ストリーミングAPIを使うと、リアルタイムで様々な情報(例えばタイムラインに新しい投稿が流れてきた、メッセージが届いた、フォローされた、など)を受け取ったり、様々な操作を行ったりすることができます。 |