docs(news): 更新币种过滤参数文档
- 在主 README 中添加了币种过滤的详细说明 - 更新了日文文档中的币种过滤描述 - 更新了韩文文档中的币种过滤描述 - 更新了中文文档中的币种过滤描述 - 明确了空数组或省略参数的行为 - 修正了币种过滤功能的使用说明
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "<your-token>"
|
||||
- 空配列 `[]` はそのエンジン下のすべてのニュースタイプを意味します
|
||||
- `list_news_types` ツールで利用可能なコードを取得できます
|
||||
- `coins`: 通貨シンボルの配列(例:`["BTC", "ETH"]`)
|
||||
- 指定した通貨でニュースをフィルタ
|
||||
- 空配列 `[]` または省略で全通貨を受信
|
||||
- `hasCoin`: ブール値、true の場合は通貨タグ付きニュースのみ受信
|
||||
|
||||
### 購読解除
|
||||
|
||||
@@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "<your-token>"
|
||||
- 빈 배열 `[]`은 해당 엔진의 모든 뉴스 유형을 의미
|
||||
- `list_news_types` 도구로 사용 가능한 코드 확인
|
||||
- `coins`: 코인 심볼 배열 (예: `["BTC", "ETH"]`)
|
||||
- 지정한 코인으로 뉴스 필터
|
||||
- 빈 배열 `[]` 또는 생략 시 모든 코인 수신
|
||||
- `hasCoin`: 불리언, true일 경우 코인 태그가 있는 뉴스만 수신
|
||||
|
||||
### 구독 취소
|
||||
|
||||
@@ -172,6 +172,8 @@ $env:OPENNEWS_TOKEN = "<your-token>"
|
||||
- 空数组 `[]` 表示该引擎下的所有新闻类型
|
||||
- 使用 `list_news_types` 工具获取可用代码
|
||||
- `coins`: 币种符号数组(如 `["BTC", "ETH"]`)
|
||||
- 按指定币种过滤新闻
|
||||
- 空数组 `[]` 或不传表示接收所有币种
|
||||
- `hasCoin`: 布尔值,为 true 时只接收带币种标签的新闻
|
||||
|
||||
### 取消订阅
|
||||
|
||||
Reference in New Issue
Block a user