From 3c9875c088258106058dd9ca052edcab5f952c62 Mon Sep 17 00:00:00 2001 From: bathfire Date: Tue, 10 Mar 2026 23:56:27 +0800 Subject: [PATCH] =?UTF-8?q?docs(news):=20=E6=9B=B4=E6=96=B0=E5=B8=81?= =?UTF-8?q?=E7=A7=8D=E8=BF=87=E6=BB=A4=E5=8F=82=E6=95=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在主 README 中添加了币种过滤的详细说明 - 更新了日文文档中的币种过滤描述 - 更新了韩文文档中的币种过滤描述 - 更新了中文文档中的币种过滤描述 - 明确了空数组或省略参数的行为 - 修正了币种过滤功能的使用说明 --- README.md | 4 +++- docs/README_JA.md | 2 ++ docs/README_KO.md | 2 ++ docs/README_ZH.md | 2 ++ 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 543e8b4..5470423 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,9 @@ Subscribe to real-time crypto news updates. - Value: Array of news type codes (e.g., `["Bloomberg", "CoinDesk"]`) - Empty array `[]` means all news types under that engine - Use `list_news_types` tool to get available codes -- `coins`: Array of coin symbols to filter (e.g., `["BTC", "ETH"]`) +- `coins`: Array of coin symbols (e.g., `["BTC", "ETH"]`) + - Filter news by specific coins + - Empty array `[]` or omit to receive all coins - `hasCoin`: Boolean, if true only receive news with coin tags ### Unsubscribe diff --git a/docs/README_JA.md b/docs/README_JA.md index fed7e6d..acf7adf 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "" - 空配列 `[]` はそのエンジン下のすべてのニュースタイプを意味します - `list_news_types` ツールで利用可能なコードを取得できます - `coins`: 通貨シンボルの配列(例:`["BTC", "ETH"]`) + - 指定した通貨でニュースをフィルタ + - 空配列 `[]` または省略で全通貨を受信 - `hasCoin`: ブール値、true の場合は通貨タグ付きニュースのみ受信 ### 購読解除 diff --git a/docs/README_KO.md b/docs/README_KO.md index 09256c3..e4820bb 100644 --- a/docs/README_KO.md +++ b/docs/README_KO.md @@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "" - 빈 배열 `[]`은 해당 엔진의 모든 뉴스 유형을 의미 - `list_news_types` 도구로 사용 가능한 코드 확인 - `coins`: 코인 심볼 배열 (예: `["BTC", "ETH"]`) + - 지정한 코인으로 뉴스 필터 + - 빈 배열 `[]` 또는 생략 시 모든 코인 수신 - `hasCoin`: 불리언, true일 경우 코인 태그가 있는 뉴스만 수신 ### 구독 취소 diff --git a/docs/README_ZH.md b/docs/README_ZH.md index cd5d3bc..1e40328 100644 --- a/docs/README_ZH.md +++ b/docs/README_ZH.md @@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "" - 空数组 `[]` 表示该引擎下的所有新闻类型 - 使用 `list_news_types` 工具获取可用代码 - `coins`: 币种符号数组(如 `["BTC", "ETH"]`) + - 按指定币种过滤新闻 + - 空数组 `[]` 或不传表示接收所有币种 - `hasCoin`: 布尔值,为 true 时只接收带币种标签的新闻 ### 取消订阅