Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Oct 30, 2021
1 parent 372a71b commit af1f3c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[中文说明](README.zh-CN.md)

> Extend the function of ASF, add several practical commands
> Extend the function of ASF, add several useful commands
>
> Require minimal version of ASF: 5.1.2.4
Expand All @@ -16,7 +16,7 @@ Post link: [https://keylol.com/t716051-1-1](https://keylol.com/t716051-1-1)

| Command | Shorthand | Access | Description |
| ------------------- | --------- | --------------- | ---------------------------------------------------------------- |
| `KEY TEXT` | `K` | `Any` | Extract keys from plain text |
| `KEY <Text>` | `K` | `Any` | Extract keys from plain text |
| `PROFILE [Bots]` | `PF` | `FamilySharing` | Get bot's profile infomation |
| `STEAMID [Bots]` | `SID` | `FamilySharing` | Get bot's steamID |
| `FRIENDCODE [Bots]` | `FC` | `FamilySharing` | Get bot's friend code |
Expand Down Expand Up @@ -46,7 +46,7 @@ Post link: [https://keylol.com/t716051-1-1](https://keylol.com/t716051-1-1)
| `ADDCART [Bots] <SubIDs\|BundleIDs>` | `AC` | `Operator` | Add game to bot's cart, only support `SUB/BUNDLE` |
| `CARTRESET [Bots]` | `CR` | `Operator` | Clear bot's cart |
| `CARTCOUNTRY [Bots]` | `CC` | `Operator` | Get bot's available currency area (Depends to wallet area and the IP location) |
| `SETCOUNTRY [Bots] CountryCode` | `SC` | `Operator` | Set bot's currency area (NOT WORKING, WIP) |
| `SETCOUNTRY [Bots] <CountryCode>` | `SC` | `Operator` | Set bot's currency area (NOT WORKING, WIP) |
| `PURCHASE [Bots]` | `PC` | `Master` | Purchase bot's items for it self |

> Steam allows duplicate purchases, please check cart before using PURCHASE command.
Expand Down
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

| 命令 | 缩写 | 权限 | 说明 |
| ------------------- | ------ | --------------- | ---------------------------------------------------------- |
| `KEY TEXT` | `K` | `Any` | 从文本提取key |
| `KEY <Text>` | `K` | `Any` | 从文本提取key |
| `PROFILE [Bots]` | `PF` | `FamilySharing` | 查看个人资料 |
| `STEAMID [Bots]` | `SID` | `FamilySharing` | 查看steamID |
| `FRIENDCODE [Bots]` | `FC` | `FamilySharing` | 查看好友代码 |
Expand Down Expand Up @@ -46,7 +46,7 @@
| `ADDCART [Bots] <SubIDs\|BundleIDs>` | `AC` | `Operator` | 添加购物车, 仅能使用`SubID``BundleID` |
| `CARTRESET [Bots]` | `CR` | `Operator` | 清空购物车 |
| `CARTCOUNTRY [Bots]` | `CC` | `Operator` | 获取购物车可用结算区域(跟账号钱包和当前IP所在地有关) |
| `SETCOUNTRY [Bots] CountryCode` | `SC` | `Operator` | 购物车改区,可以用`CARTCOUNTRY`命令获取当前可选的`CountryCode`(仍然有Bug) |
| `SETCOUNTRY [Bots] <CountryCode>` | `SC` | `Operator` | 购物车改区,可以用`CARTCOUNTRY`命令获取当前可选的`CountryCode`(仍然有Bug) |
| `PURCHASE [Bots]` | `PC` | `Master` | 结算机器人的购物车, 只能为机器人自己购买 |

> Steam允许重复购买,使用PURCHASE命令前请自行确认有无重复内容
Expand Down

0 comments on commit af1f3c2

Please sign in to comment.