# 类型

鞋子根据最佳速度分为五种模式。鞋子的最佳速度会根据用户的模式和运动类型而改变。根据模式的不同，获得的奖励数量也会有所变化。

#### 默认模式

<table><thead><tr><th width="156">Mode</th><th>Details</th></tr></thead><tbody><tr><td><strong>Walking</strong></td><td>优化速度为1~6公里/小时的鞋子，每消耗1点耐力可获得普通的锻炼点数。</td></tr><tr><td><strong>Jogging</strong></td><td>优化速度为4~10公里/小时的鞋子，每消耗1点耐力可获得普通的锻炼点数。</td></tr><tr><td><strong>Running</strong></td><td>优化速度为5~12公里/小时的鞋子，每消耗1点耐力可获得适中的锻炼点数。</td></tr><tr><td><strong>Bolt</strong></td><td>优化速度为8~16公里/小时的鞋子，每消耗1点耐力可获得高额的锻炼点数。</td></tr><tr><td><strong>Unlimited</strong></td><td>优化速度为1~16公里/小时的鞋子，每消耗1点耐力可获得高额的锻炼点数。</td></tr></tbody></table>

#### 骑行模式

<table><thead><tr><th width="157">Mode</th><th>Details</th></tr></thead><tbody><tr><td><strong>Walking</strong></td><td>优化速度为5~10公里/小时的鞋子，每消耗1点耐力可获得普通的锻炼点数。</td></tr><tr><td><strong>Jogging</strong></td><td>优化速度为8~15公里/小时的鞋子，每消耗1点耐力可获得普通的锻炼点数。</td></tr><tr><td><strong>Running</strong></td><td>优化速度为10~22公里/小时的鞋子，每消耗1点耐力可获得适中的锻炼点数。</td></tr><tr><td><strong>Bolt</strong></td><td>优化速度为15~30公里/小时的鞋子，每消耗1点耐力可获得高额的锻炼点数。</td></tr><tr><td><strong>Unlimited</strong></td><td>优化速度为5~30公里/小时的鞋子，每消耗1点耐力可获得高额的锻炼点数。</td></tr></tbody></table>


---

# 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://thesnkrz.gitbook.io/the-snkrz-3/xie-zi/lei-xing.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.
