Skip to content

Commit

Permalink
doc 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 18, 2024
1 parent 3d2de22 commit fb073ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,14 @@ All avatars are from [Game Avatars Page](https://steamcommunity.com/actions/Game
| `REDEEMWALLET [Bots] <keys>` | `RWA` | `Master` | Redeem a wallet top up code, if address information is required, the address in the configuration file will be automatically filled in. |
| `REDEEMWALLETMULT [Bots] <keys>` | `RWAM` | `Master` | Redeem a batch(multiple) of wallet codes, but each bot will only redeem one given code |

## Inventory Commands

> 物品堆叠和取消堆叠会发送大量请求, 请不要对大量机器人同时使用这些命令, 有可能会因为网络请求过多导致临时封禁
| Command | Shorthand | Access | Description |
| ----------------------------------------- | --------- | ---------- | ----------------------------------------------------------------------------------- |
| `STACKINVENTORY [Bots] AppId ContextId` | `STI` | `Operator` | 将指定 AppId 的物品库存中同类物品堆叠在一起, 对于大部分 App 来说, `ContextId` = 2 |
| `UNSTACKINVENTORY [Bots] AppId ContextId` | `USTI` | `Operator` | 将指定 AppId 的物品库存中堆叠后的物品解除堆叠, 对于大部分 App 来说, `ContextId` = 2 |

### Alias of ASF's Commands

Expand Down
9 changes: 9 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,15 @@ ASF.json
| `REDEEMWALLET [Bots] <keys>` | `RWA` | `Master` | Код кошелька, если требуется адрес для выставления счета, будет использоваться адрес, указанный в ASF.json |
| `REDEEMWALLETMULT [Bots] <keys>` | `RWAM` | `Master` | Использование кода кошелька, но каждый бот будет использовать только один данный код |

## Inventory Commands

> 物品堆叠和取消堆叠会发送大量请求, 请不要对大量机器人同时使用这些命令, 有可能会因为网络请求过多导致临时封禁
| Command | Shorthand | Access | Description |
| ----------------------------------------- | --------- | ---------- | ----------------------------------------------------------------------------------- |
| `STACKINVENTORY [Bots] AppId ContextId` | `STI` | `Operator` | 将指定 AppId 的物品库存中同类物品堆叠在一起, 对于大部分 App 来说, `ContextId` = 2 |
| `UNSTACKINVENTORY [Bots] AppId ContextId` | `USTI` | `Operator` | 将指定 AppId 的物品库存中堆叠后的物品解除堆叠, 对于大部分 App 来说, `ContextId` = 2 |

### Сокращения Команд ASF

| Сокращение | Команда | Описание |
Expand Down

0 comments on commit fb073ba

Please sign in to comment.