Skip to content

Commit

Permalink
misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Jun 18, 2024
1 parent 5b344fc commit 3d2de22
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.1.8.0</Version>
<Version>2.1.8.1</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Supported Plugin List:

| ASFEnhance Version | Depended ASF Version | Description |
| ---------------------------------------------------------------------- | :------------------: | ------------------------------------------------------------------------ |
| [2.1.8.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.8.1) | 6.0.3.4 | 新增 `STACKINVENTORY`, `UNSTACKINVENTORY` 命令 |
| [2.1.7.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.7.1) | 6.0.3.4 | 新增 `CHECKMARKLIMIT` 命令 |
| [2.1.6.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.6.0) | 6.0.3.4 | ASF -> 6.0.3.4 |
| [2.1.5.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.5.0) | 6.0.2.6 | 修复 `GETACCCOUNTBAN` 命令, 新增 `DELETECART` 命令 |
Expand Down Expand Up @@ -529,6 +530,8 @@ 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 |



### Alias of ASF's Commands

| Shorthand | Equivalent Command | Description |
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ ASFEnhance 介绍 & 使用指南: [https://keylol.com/t804841-1-1](https://keylo

| ASFEnhance 版本 | 适配 ASF 版本 | 更新说明 |
| ---------------------------------------------------------------------- | :-----------: | ------------------------------------------------------------------------ |
| [2.1.8.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.8.1) | 6.0.3.4 | 新增 `STACKINVENTORY`, `UNSTACKINVENTORY` 命令 |
| [2.1.7.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.7.1) | 6.0.3.4 | 新增 `CHECKMARKLIMIT` 命令 |
| [2.1.6.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.6.0) | 6.0.3.4 | ASF -> 6.0.3.4 |
| [2.1.5.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.5.0) | 6.0.2.6 | 修复 `GETACCCOUNTBAN` 命令, 新增 `DELETECART` 命令 |
Expand Down Expand Up @@ -533,6 +534,15 @@ ASF.json
| `REDEEMWALLET [Bots] <keys>` | `RWA` | `Master` | 兑换钱包充值码, 如果需要提供地址信息则自动填入配置文件中的地址 |
| `REDEEMWALLETMULT [Bots] <keys>` | `RWAM` | `Master` | 批量兑换钱包充值码, 但是每个机器人只会兑换一个 `key` |

## 物品库存

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

### ASF 命令缩写

| 命令缩写 | 等价命令 | 说明 |
Expand Down
1 change: 1 addition & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@

| Версия ASFEnhance | Совместимая версия ASF | Описание |
| ---------------------------------------------------------------------- | :--------------------: | ------------------------------------------------------------------------ |
| [2.1.8.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.8.1) | 6.0.3.4 | 新增 `STACKINVENTORY`, `UNSTACKINVENTORY` 命令 |
| [2.1.7.1](https://github.com/chr233/ASFEnhance/releases/tag/2.1.7.1) | 6.0.3.4 | 新增 `CHECKMARKLIMIT` 命令 |
| [2.1.6.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.6.0) | 6.0.3.4 | ASF -> 6.0.3.4 |
| [2.1.5.0](https://github.com/chr233/ASFEnhance/releases/tag/2.1.5.0) | 6.0.2.6 | 修复 `GETACCCOUNTBAN` 命令, 新增 `DELETECART` 命令 |
Expand Down

0 comments on commit 3d2de22

Please sign in to comment.