From 3d2de221e2f5c2834b9bb3d4ac395428ccef3cae Mon Sep 17 00:00:00 2001 From: Chr_ Date: Tue, 18 Jun 2024 17:02:58 +0800 Subject: [PATCH] misc update --- Directory.Build.props | 2 +- README.en.md | 3 +++ README.md | 10 ++++++++++ README.ru.md | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 64e86fe6..3f5c13c4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 2.1.8.0 + 2.1.8.1 diff --git a/README.en.md b/README.en.md index 3bf666ac..dc79bd74 100644 --- a/README.en.md +++ b/README.en.md @@ -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` 命令 | @@ -529,6 +530,8 @@ All avatars are from [Game Avatars Page](https://steamcommunity.com/actions/Game | `REDEEMWALLET [Bots] ` | `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] ` | `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 | diff --git a/README.md b/README.md index 715803ef..a631d3da 100644 --- a/README.md +++ b/README.md @@ -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` 命令 | @@ -533,6 +534,15 @@ ASF.json | `REDEEMWALLET [Bots] ` | `RWA` | `Master` | 兑换钱包充值码, 如果需要提供地址信息则自动填入配置文件中的地址 | | `REDEEMWALLETMULT [Bots] ` | `RWAM` | `Master` | 批量兑换钱包充值码, 但是每个机器人只会兑换一个 `key` | +## 物品库存 + +> 物品堆叠和取消堆叠会发送大量请求, 请不要对大量机器人同时使用这些命令, 有可能会因为网络请求过多导致临时封禁 + +| 命令 | 缩写 | 权限 | 说明 | +| ----------------------------------------- | ------ | ---------- | ----------------------------------------------------------------------------------- | +| `STACKINVENTORY [Bots] AppId ContextId` | `STI` | `Operator` | 将指定 AppId 的物品库存中同类物品堆叠在一起, 对于大部分 App 来说, `ContextId` = 2 | +| `UNSTACKINVENTORY [Bots] AppId ContextId` | `USTI` | `Operator` | 将指定 AppId 的物品库存中堆叠后的物品解除堆叠, 对于大部分 App 来说, `ContextId` = 2 | + ### ASF 命令缩写 | 命令缩写 | 等价命令 | 说明 | diff --git a/README.ru.md b/README.ru.md index 62af3565..ca2694f6 100644 --- a/README.ru.md +++ b/README.ru.md @@ -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` 命令 |