# 天气

您可以获取地球上大多数地点的实时天气数据：

```
悉尼的天气                  | 19 °C (多云)
巴统的温度                  | 16 °C
东京的体感温度              | 14 °C
```

包含天气查询的行将在白天自动更新。

{% hint style="info" %}
天气查询适用于 Soulver 内置的所有地点，包括机场代码。

您还可以在 Soulver 的设置中添加其他地点（设置 > 计算器 > 其他地点）。
{% endhint %}

### 支持的天气指标

| 名称   | 别名                        |
| ---- | ------------------------- |
| 天气状况 | weather                   |
| 温度   | temp                      |
| 体感温度 | feels like, apparent temp |
| 最高温度 | high temp, high           |
| 最低温度 | low temp, low             |

## 高级天气指标

我们提供了一个可选的订阅服务（每年 $26），可让您使用以下 12 个额外的天气指标：

| 指标名称  | 别名                  |
| ----- | ------------------- |
| 降雨量   | rain, precipitation |
| 降雨概率  |                     |
| 降雪量   | snow                |
| 湿度    |                     |
| 云量    |                     |
| 能见度   |                     |
| 风速    |                     |
| 风向    | wind                |
| 露点    |                     |
| UV 指数 |                     |
| 气压    |                     |
| 气压方向  |                     |

以及以下 6 个占星学指标：

| 指标名称 | 别名   |
| ---- | ---- |
| 日出时间 |      |
| 日落时间 |      |
| 月出时间 |      |
| 月落时间 |      |
| 月相   | moon |

{% hint style="success" %}
“知识助手、实时股票和高级天气”订阅可在 [**Mac App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) 获取，并且对我们的 [**Setapp**](https://soulver.app/setapp) 用户是免费的\*\*。\*\*

通过为仅需要这些服务的用户提供可选的昂贵数据服务，我们才能继续以单次购买的方式提供 Soulver。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/zh/documentation/live-data/weather.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
